The CancellableDestinationEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AffectedItem | Gets or sets the item associated with these arguments. (Inherited from ItemEventArgs.) | |
| Cancel | Gets or sets whether the event with this argument should be cancelled. | |
| Destination | Gets the destination for the event with these arguments. (Inherited from DestinationEventArgs.) | |
| FinalAction | The action to execute unless the event is cancelled. This action can be exchanged by observers to alter the default behaviour. |