Event fired when the window is about to close, allows the handler to stop the window from being closed.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public event CancelEventHandler Closing
Visual Basic
Public Event Closing As CancelEventHandler

See Also