New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class CommandExecutingEventArgs : CommandExecuteEventArgsBase

Inheritance: objectEventArgsCommandExecuteEventArgsBaseCommandExecutingEventArgs

Inherited Members CommandExecuteEventArgsBase.IsInUndoCommandExecuteEventArgsBase.CommandNameEventArgs.Empty

Methods

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

C#
public void Cancel()

Properties

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

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

The value indicating whether the command is canceled.

In this article
DefinitionMethodsCancel()PropertiesCanceled
Not finding the help you need?
Contact Support