Class CommandErrorEventArgs
Class CommandErrorEventArgs.
Implements the System.
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 Command
Declaration
public CommandErrorEventArgs(Exception exception)
Parameters
System. The exception. |
Properties
Exception
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
System. The exception. |
Handled
Gets or sets a value indicating whether this Command
Declaration
public bool Handled { get; set; }
Property Value
System.
|
Extension Methods
See Also
System.EventArgs