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

Name Description
QuitEventArgs()

Initializes a new instance of the QuitEventArgs class.

Properties

Name Description
Cancel

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

Applies to