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