[]
Event data with a Cancel property that can be used to cancel the event.
public class CancelEventArgs : EventArgs
Name | Description |
---|---|
CancelEventArgs(bool) | Initializes a new instance of the CancelEventArgs class. |
Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the associated event should be canceled. |
Cancellable | Gets a value indicating whether the associated event is cancellable. |