QuitEventArgs Class

Definition

Represents event arguments for the Quit event.

public ref class QuitEventArgs sealed : EventArgs
public sealed class QuitEventArgs : EventArgs
type QuitEventArgs = class
    inherit EventArgs
Public NotInheritable Class QuitEventArgs
Inherits EventArgs
Inheritance
QuitEventArgs

Constructors

QuitEventArgs()

Initializes a new instance of the QuitEventArgs class.

Properties

Cancel

Gets or sets a Boolean value that specifies whether to cancel the navigation.

Applies to