Class CommandErrorEventArgs
Inheritance
System.Object
CommandErrorEventArgs
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.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
|