Class CommandErrorEventArgs
The arguments for the CommandError event.
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.
Declaration
public Exception Exception { get; }
  Property Value
| 
        System.Exception
         The exception.  | 
    
Handled
Gets or sets a value indicating whether the exception is handled.
Declaration
public bool Handled { get; set; }
  Property Value
| 
        System.Boolean
         The value indicating whether the exception is handled.  |