2024 Class
Changes 0
C

CommandEventArgs

Description:
The base class of the command Executed and CanExecute event arguments.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.DB.Events.RevitEventArgs
      Autodesk.Revit.UI.Events.CommandEventArgs
        Autodesk.Revit.UI.Events.BeforeExecutedEventArgs
        Autodesk.Revit.UI.Events.CanExecuteEventArgs
        Autodesk.Revit.UI.Events.ExecutedEventArgs
Name Return Type Description Inherited From
P ActiveDocument Document The active document.
P CommandId RevitCommandId The command id.
P Cancellable bool Indicates whether an event may be cancelled by an event delegate. RevitEventArgs
P Cancel bool Indicates whether the event is being cancelled. When the event is cancellable, set the property to True to cancel it. RevitEventArgs