Class
CommandExecuteEventArgsBase

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: CommandErrorEventArgsCommandExecutedEventArgsCommandExecutingEventArgs

Inherited Members EventArgs.Empty

Properties

CommandName

Gets the display name of the command being executed.

Declaration

cs-api-definition
public string CommandName { get; }

Property Value

string

The name of the command.

IsInUndo

Gets whether the command is being executed as part of an undo operation.

Declaration

cs-api-definition
public bool IsInUndo { get; }

Property Value

bool

The value indicating whether the event has occurred while in undo.

In this article
DefinitionPropertiesCommandNameIsInUndo
Not finding the help you need?
Contact Support