Class CommandErrorEventArgs
Inheritance
System.Object
    System.EventArgs
    CommandErrorEventArgs
  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.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class CommandErrorEventArgs : EventArgs
  Constructors
CommandErrorEventArgs(Exception)
Declaration
public CommandErrorEventArgs(Exception exception)
  Parameters
| 
        System.Exception
        exception
         
  | 
    
Properties
Exception
Declaration
public Exception Exception { get; }
  Property Value
| 
        System.Exception
         
  | 
    
Handled
Declaration
public bool Handled { get; set; }
  Property Value
| 
        System.Boolean
         
  |