Revit 2020.1 API |
AddInCommandBinding..::..Executed Event |
AddInCommandBinding Class See Also |
Occurs when the command associated with this AddInCommandBinding executes.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.1.1.1)
Since: 2013
Syntax
C# |
---|
public event EventHandler<ExecutedEventArgs> Executed |
Visual Basic |
---|
Public Event Executed As EventHandler(Of ExecutedEventArgs) |
Visual C++ |
---|
public: event EventHandler<ExecutedEventArgs^>^ Executed { void add (EventHandler<ExecutedEventArgs^>^ value); void remove (EventHandler<ExecutedEventArgs^>^ value); } |