Class CommandErrorEventArgs
Provides data for the CommandError event raised when a workbook command fails during execution.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |