Namespace:
Autodesk.Revit.DB.Events
EventStatus
Enumeration
Description:
Describes the status of an action which triggered a post event.
Describes the status of an action which triggered a post event.
EventStatus 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. |