| Revit 2017 API |
| IExternalEventHandler..::..Execute Method |
| IExternalEventHandler Interface See Also |
This method is called to handle the external event.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2013
Syntax
| C# |
|---|
void Execute( UIApplication app ) |
| Visual Basic |
|---|
Sub Execute ( _ app As UIApplication _ ) |
| Visual C++ |
|---|
void Execute( UIApplication^ app ) |
Parameters
- app
- Type: Autodesk.Revit.UI..::..UIApplication