RVTDocs.com
Namespace: Autodesk.Revit.UI

ExternalEventRequest

Enumeration
Description:
Represents the possible outcomes of a request for raising an external event.
Syntax
public enum ExternalEventRequest
ExternalEventRequest Enumeration Members:
Name Description
0 Request accepted; event was added into the event queue and will be executed momentarily.
1 Request not accepted, because the previous request is still pending (not executed).
2 Request was denied due to failures of the corresponding event handler.
3 Request not accepted due to synchronization issues with other thread(s).