QuitEventArgs 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 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. |