New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class CommandErrorEventArgs : EventArgs

Inheritance: objectEventArgsCommandErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CommandErrorEventArgs(Exception exception)
Parameters:exceptionException

Properties

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

C#
public Exception Exception { get; }
Property Value:

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

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

C#
public bool Handled { get; set; }
Property Value:

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