IPreEventArgs members
Interface that other classes use to implement pre-event arguments.
The IPreEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel an event. | |
CancelReason | The text that explains why an event is to be canceled. |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels an event. |
Top