_CancelEventArgs Type
Provides data for a cancelable event.
A cancelable event is raised by a component when it is about to perform an action that can be canceled, such as the OnClosing event of a Form.
CancelEventArgs provides the Cancel property to indicate whether the event should be canceled.
For more information, see CancelEventArgs in C#.
Properties | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. |