[]
        
(Showing Draft Content)

C1.WPF.C1Window.Closing

Closing Event

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.4.6.2.dll
Syntax
public event CancelEventHandler Closing
Public Event Closing As CancelEventHandler
Returns
Type Description
CancelEventHandler Event fired when the window is about to close, allows the handler to stop the window from being closed.