Class CommandErrorEventArgs
Provides data for the CommandError event raised when a workbook command fails during execution.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Commands
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CommandErrorEventArgs : CommandExecuteEventArgsBase
Properties
Exception
Gets the exception that caused the command to fail.
Declaration
public Exception Exception { get; }
Property Value
|
System.Exception
The exception. |
Handled
Gets or sets whether the exception has been handled by the event subscriber, preventing further propagation.
Declaration
public bool Handled { get; set; }
Property Value
|
System.Boolean
The value indicating whether the exception is handled. |