This method is called to handle the external event.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2013

Syntax

C#
void Execute(
	UIApplication app
)
Visual Basic
Sub Execute ( _
	app As UIApplication _
)
Visual C++
void Execute(
	UIApplication^ app
)

See Also