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.
Contains arguments for a cancel event.
public ref class CancelEventArgs abstract : EventArgs
public abstract class CancelEventArgs : EventArgs
type CancelEventArgs = class
inherit EventArgs
Public MustInherit Class CancelEventArgs
Inherits EventArgs
- Inheritance
-
CancelEventArgs
- Derived
Constructors
CancelEventArgs() |
Initializes a new instance of the |
Properties
Cancel |
Gets or sets whether the event is cancelled. |