ExecutedEventArgs
Description:
The event arguments used by AddInCommandBinding's Executed event.
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
System.Object
System.EventArgs
Autodesk.Revit.DB.Events.RevitEventArgs
Autodesk.Revit.UI.Events.CommandEventArgs
Autodesk.Revit.UI.Events.ExecutedEventArgs
public class ExecutedEventArgs : CommandEventArgs
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetJournalData() | IDictionary | Gets the journal data associated to this command (on journal playback). | |
| SetJournalData(IDictionary<String, String>) | None | Sets the journal data associated to this command (on journal playback). |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Cancellable | bool | Indicates whether an event may be cancelled by an event delegate. | RevitEventArgs |
| Cancel | bool | Indicates whether the event is being cancelled. When the event is cancellable, set the property to True to cancel it. | RevitEventArgs |
| ActiveDocument | Document | The active document. | CommandEventArgs |
| CommandId | RevitCommandId | The command id. | CommandEventArgs |