Event fired when the window is about to close, allows the handler to stop the window from being closed.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public event CancelEventHandler Closing |
| Visual Basic |
|---|
Public Event Closing As CancelEventHandler |