Class WindowClosingEventArgs
Provides data for the Closing event.
public class WindowClosingEventArgs : BaseCancelEventArgs
- Inheritance
-
WindowClosingEventArgs
Remarks
The Closing event occurs just before a window is closed, either by the user, through the user interface (UI), or programmatically.
Constructors
- WindowClosingEventArgs(bool)
Initializes a new instance of the WindowClosingEventArgs class.