Class CommandErrorEventArgs
Class CommandErrorEventArgs. Implements the System.EventArgs
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.Windows.Controls.SyntaxEditor.Commands
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class CommandErrorEventArgs : EventArgs
Constructors
CommandErrorEventArgs(Exception)
Initializes a new instance of the CommandErrorEventArgs class.
Declaration
public CommandErrorEventArgs(Exception exception)
Parameters
System.Exception
exception
The exception. |
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
System.Exception
The exception. |
Handled
Gets or sets a value indicating whether this CommandErrorEventArgs is handled.
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
Extension Methods
See Also
System.EventArgs