New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents event arguments for an error in the RadRichTextEditor.

Definition

Namespace:Telerik.Maui.Controls.RichTextEditor

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class RichTextErrorEventArgs : EventArgs

Inheritance: objectEventArgsRichTextErrorEventArgs

Derived Classes: InsertImageErrorEventArgsOpenHyperlinkErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

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

C#
public RichTextErrorEventArgs(Exception error)
Parameters:errorException

Specifies the exception that caused the error in the RadRichTextEditor.

Properties

Gets the exception that caused the error in the RadRichTextEditor.

C#
public Exception Error { get; }

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

C#
public bool Handled { get; set; }