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
Methods
Cancels the pending command execution, preventing it from being performed.
C#
public void Cancel()