ClassCommandErrorEventArgs
Class
Provides data for the CommandError event raised when a workbook command fails during execution.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Commands
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class CommandErrorEventArgs : CommandExecuteEventArgsBase
Inheritance: objectEventArgsCommandExecuteEventArgsBaseCommandErrorEventArgs
Inherited Members
Properties
Exception
Gets the exception that caused the command to fail.
Declaration
cs-api-definition
public Exception Exception { get; }
Property Value
The exception.