Constructor WindowClosingEventArgs
WindowClosingEventArgs(bool)
Initializes a new instance of the WindowClosingEventArgs class.
public WindowClosingEventArgs(bool cancel)
Parameters
cancel
booltrue
to cancel the event; otherwise,false
.
Initializes a new instance of the WindowClosingEventArgs class.
public WindowClosingEventArgs(bool cancel)
cancel
booltrue
to cancel the event; otherwise, false
.