IExternalEventHandler
Description:
An interface to be executed when an external event is raised.
An interface to be executed when an external event is raised.
Remarks:
An instance of a class implementing this interface will be registered with Revit first, and every time the corresponding external event is raised, the Execute method of this interface will be invoked.
An instance of a class implementing this interface will be registered with Revit first, and every time the corresponding external event is raised, the Execute method of this interface will be invoked.
public interface IExternalEventHandler
| Name | Return Type | Description |
|---|---|---|
| Execute(UIApplication) | None | This method is called to handle the external event. |
| GetName() | String | String identification of the event handler. |
👍 4
9
Linked Revit API pages
IExternalEventHandler
ExternalEvent
XYZ
ElementTransformUtils
Transaction
TaskDialog
Selection
OperationCanceledException
ElementId
No comments yet. Start the discussion.
Loading…