Share

RevitAPIEventStatus Enumeration

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


Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum RevitAPIEventStatus

Members

Member nameValueDescription
Cancelled1 The action that triggered this event was cancelled by an event handler from the pre-event for the action.
Failed-1 The action that triggered this event failed .
Succeeded0 The action that triggered this event succeeded.

See Also

Reference

Was this information helpful?