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

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

Syntax

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

See Also