IExternalEventHandler.Execute Method

IExternalEventHandlerExecute Method

This method is called to handle the external event.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
void Execute(
	UIApplication app
)
Sub Execute ( 
	app As UIApplication
)
void Execute(
	UIApplication^ app
)
abstract Execute : 
        app : UIApplication -> unit 

Parameters

app  UIApplication
 
See Also