WindowClosingEventArgs Class

Definition

Represents the event arguments for the WindowClosing 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 to cancel the window closing event.

IsChildWindow

Gets or sets a Boolean value that specifies whether the window is a child window.

Applies to