Represents the event arguments for the OpenHyperlinkError event.
Definition
Namespace:Telerik.Maui.Controls.RichTextEditor
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class OpenHyperlinkErrorEventArgs : RichTextErrorEventArgs
Inheritance: objectEventArgsRichTextErrorEventArgsOpenHyperlinkErrorEventArgs
Inherited Members
Constructors
Initializes a new instance of the OpenHyperlinkErrorEventArgs class.
C#
public OpenHyperlinkErrorEventArgs(string url, Exception error)
Specifies the string representing the URL of the hyperlink.
errorExceptionSpecifies the exception that caused the error in the RadRichTextEditor.