WindowClosingEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for the window closing event.
public ref class WindowClosingEventArgs sealed : EventArgs
public sealed class WindowClosingEventArgs : EventArgs
type WindowClosingEventArgs = class
inherit EventArgs
Public NotInheritable Class WindowClosingEventArgs
Inherits EventArgs
- Inheritance
-
WindowClosingEventArgs
Constructors
WindowClosingEventArgs() |
Initializes a new instance of the WindowClosingEventArgs class. |
Properties
Cancel |
Gets or sets a Boolean value that specifies whether the window closing event is cancelled. |
IsChildWindow |
Gets a Boolean value that specifies whether the window is a child window. |