ClassCommandExecuteEventArgsBase
Class
Base class for event arguments related to workbook command execution, providing command metadata and undo context.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Commands
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class CommandExecuteEventArgsBase : EventArgs
Inheritance: objectEventArgsCommandExecuteEventArgsBase
Derived Classes:
Inherited Members
Properties
CommandName
Gets the display name of the command being executed.
Declaration
cs-api-definition
public string CommandName { get; }
Property Value
The name of the command.