| Revit 2019.2 API |
| AddInCommandBinding..::..BeforeExecuted Event |
| AddInCommandBinding Class See Also |
Occurs before the command associated with this AddInCommandBinding executes.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 19.0.0.0 (19.2.0.66)
Since: 2014
Syntax
| C# |
|---|
public event EventHandler<BeforeExecutedEventArgs> BeforeExecuted |
| Visual Basic |
|---|
Public Event BeforeExecuted As EventHandler(Of BeforeExecutedEventArgs) |
| Visual C++ |
|---|
public: event EventHandler<BeforeExecutedEventArgs^>^ BeforeExecuted { void add (EventHandler<BeforeExecutedEventArgs^>^ value); void remove (EventHandler<BeforeExecutedEventArgs^>^ value); } |