Class
CommandErrorEventArgs

Represents the event arguments for a command error in the RichTextBox.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CommandErrorEventArgs : EventArgs

Inheritance: objectEventArgsCommandErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

CommandErrorEventArgs(Exception)

Declaration

cs-api-definition
public CommandErrorEventArgs(Exception exception)

Parameters

exception

Exception

Properties

Exception

Gets the exception that represents the error occurred during the command execution.

Declaration

cs-api-definition
public Exception Exception { get; }

Property Value

Exception

The exception that was thrown, or null if no exception was thrown.

Handled

Gets or sets a value indicating whether the command error has been handled.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

A boolean value that specifies if the command error has been handled.