2021 Class
Changes 0
C

ExecutedEventArgs

Description:
The event arguments used by AddInCommandBinding's Executed event.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.DB.Events.RevitEventArgs
      Autodesk.Revit.UI.Events.CommandEventArgs
        Autodesk.Revit.UI.Events.ExecutedEventArgs
Name Return Type Description Inherited From
M GetJournalData() IDictionary Gets the journal data associated to this command (on journal playback).
M SetJournalData(IDictionary<String, String>) None Sets the journal data associated to this command (on journal playback).
Name Return Type Description Inherited From
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
P ActiveDocument Document The active document. CommandEventArgs
P CommandId RevitCommandId The command id. CommandEventArgs