Class CommandErrorEventArgs
Class CommandErrorEventArgs. Implements the System.EventArgs
Inheritance
System.Object
CommandErrorEventArgs
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