New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class CommandExecuteEventArgsBase : EventArgs

Inheritance: objectEventArgsCommandExecuteEventArgsBase

Derived Classes: CommandErrorEventArgsCommandExecutedEventArgsCommandExecutingEventArgs

Inherited Members EventArgs.Empty

Properties

Gets the display name of the command being executed.

C#
public string CommandName { get; }
Property Value:

The name of the command.

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

C#
public bool IsInUndo { get; }
Property Value:

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

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