Class CommandExecutingEventArgs
Provides data for the CommandExecuting event raised before a workbook command begins execution, allowing cancellation.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Commands
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CommandExecutingEventArgs : CommandExecuteEventArgsBase
Properties
Canceled
Gets whether the command execution has been canceled by calling the Cancel method.
Declaration
public bool Canceled { get; }
Property Value
|
System.Boolean
The value indicating whether the command is canceled. |
Methods
Cancel()
Cancels the pending command execution, preventing it from being performed.
Declaration
public void Cancel()