RVTDocs.com

RevitAPIEventStatus

Enumeration
Description:
Describes the status of an action which triggered a post event.
Syntax
public enum RevitAPIEventStatus
RevitAPIEventStatus Enumeration Members:
Name Description
0 The action that triggered this event succeeded.
1 The action that triggered this event was cancelled by an event handler from the pre-event for the action.
-1 The action that triggered this event failed .