Click or drag to resize

EventHandlerWithStringArgExecute Method (UIApplication, String)

The Execute override void must be present in all methods wrapped by the RevitEventWrapper. This defines what the method will do when raised externally.

Namespace:  RevitTemplate
Assembly:  RevitTemplate (in RevitTemplate.dll) Version: 2019.1.0.0 (2019.1)
Syntax
public override void Execute(
	UIApplication uiApp,
	string args
)

Parameters

uiApp
Type: UIApplication

[Missing <param name="uiApp"/> documentation for "M:RevitTemplate.EventHandlerWithStringArg.Execute(Autodesk.Revit.UI.UIApplication,System.String)"]

args
Type: SystemString

[Missing <param name="args"/> documentation for "M:RevitTemplate.EventHandlerWithStringArg.Execute(Autodesk.Revit.UI.UIApplication,System.String)"]

See Also