The CancellableItemEventArgs type exposes the following members.

Properties

  NameDescription
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.
FinalAction
The action to execute unless the event is cancelled. This action can be exchanged by observers to alter the default behaviour.

See Also