Class
RichTextErrorEventArgs

Represents event arguments for an error in the RadRichTextEditor.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class RichTextErrorEventArgs : EventArgs

Inheritance: objectEventArgsRichTextErrorEventArgs

Derived Classes: InsertImageErrorEventArgsOpenHyperlinkErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

RichTextErrorEventArgs(Exception)

Initializes a new instance of the RichTextErrorEventArgs class with the specified error.

Declaration

cs-api-definition
public RichTextErrorEventArgs(Exception error)

Parameters

error

Exception

Specifies the exception that caused the error in the RadRichTextEditor.

Properties

Error

Gets the exception that caused the error in the RadRichTextEditor.

Declaration

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

Property Value

Exception

Handled

Gets or sets a value indicating whether the event is handled.

Declaration

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

Property Value

bool