IExternalEventHandlerExecute Method |
This method is called to handle the external event.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxvoid Execute(
UIApplication app
)
Sub Execute (
app As UIApplication
)
void Execute(
UIApplication^ app
)
abstract Execute :
app : UIApplication -> unit
Parameters
- app UIApplication
-
See Also