RVTDocs.com

RevitAPIEventArgs.IsCancelled

Method
Description:
Indicates whether the event is being cancelled.
Remarks:
If the event is cancellable and an event delegate wishes to cancel the event, it may call the Cancel() method if it is available for a particular event's arguments.
Syntax
public bool IsCancelled()