WindowClosingEventArgs Properties
Contains data for the Closing event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
CancellationToken | Specifies an object that propagates a cancellation notification. |
CloseReason | Identifies the action that closes the Window. |
See Also