Class
CommandExecutingEventArgs

Provides data for the CommandExecuting event raised before a workbook command begins execution, allowing cancellation.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Commands

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class CommandExecutingEventArgs : CommandExecuteEventArgsBase

Inheritance: objectEventArgsCommandExecuteEventArgsBaseCommandExecutingEventArgs

Inherited Members CommandExecuteEventArgsBase.IsInUndoCommandExecuteEventArgsBase.CommandNameEventArgs.Empty

Properties

Canceled

Gets whether the command execution has been canceled by calling the Cancel method.

Declaration

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

Property Value

bool

The value indicating whether the command is canceled.

Methods

Cancel()

Cancels the pending command execution, preventing it from being performed.

Declaration

cs-api-definition
public void Cancel()
In this article
DefinitionPropertiesCanceledMethodsCancel()
Not finding the help you need?
Contact Support