2027 Interface
Changes 0
I

IExternalEventHandler

Description:
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.
public interface IExternalEventHandler
Name Return Type Description
M Execute(UIApplication) None This method is called to handle the external event.
M GetName() String String identification of the event handler.