ClassRichTextErrorEventArgs
Class
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:
Inherited Members
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
Specifies the exception that caused the error in the RadRichTextEditor.
Properties
Error
Gets the exception that caused the error in the RadRichTextEditor.