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:
Inherited Members
Constructors
Initializes a new instance of the RichTextErrorEventArgs class with the specified error.
C#
public RichTextErrorEventArgs(Exception error)
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; }