EventStatus Enumeration

EventStatus Enumeration

Describes the status of an action which triggered a post event.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum EventStatus
Public Enumeration EventStatus
public enum class EventStatus
type EventStatus
Members
Member nameValueDescription
Succeeded0The action that triggered this event succeeded.
Cancelled1The action that triggered this event was cancelled by an event handler from the pre-event for the action.
Failed-1The action that triggered this event failed.
See Also