CancelEventArgs 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 or the cancel event.
public ref class CancelEventArgs : EventArgs
public class CancelEventArgs : EventArgs
type CancelEventArgs = class
inherit EventArgs
Public Class CancelEventArgs
Inherits EventArgs
- Inheritance
-
CancelEventArgs
- Derived
Constructors
CancelEventArgs() |
Initializes a new instance of the CancelEventArgsclass. |
CancelEventArgs(Boolean) |
Initializes a new instance of the CancelEventArgsclass. |
Properties
Cancel |
Gets or sets a Boolean value that specifies whether the event is canceled. |