ClassCommandExecutingEventArgs
Class
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
Properties
Methods
Cancel()
Cancels the pending command execution, preventing it from being performed.
Declaration
cs-api-definition
public void Cancel()