BeforeExecuted Event


Add In Command Binding Before Executed Event

Occurs before the command associated with this AddInCommandBinding executes.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public event EventHandler<BeforeExecutedEventArgs> BeforeExecuted

Value

EventHandler BeforeExecutedEventArgs
See Also