Class CommandExecuteEventArgsBase
Base class for event arguments related to workbook command execution, providing command metadata and undo context.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Commands
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class CommandExecuteEventArgsBase : EventArgs
Properties
CommandName
Gets the display name of the command being executed.
Declaration
public string CommandName { get; }
Property Value
|
System.String
The name of the command. |
IsInUndo
Gets whether the command is being executed as part of an undo operation.
Declaration
public bool IsInUndo { get; }
Property Value
|
System.Boolean
The value indicating whether the event has occurred while in undo. |