Partager via


WindowClosingEventArgs Class

Definition

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.

Applies to