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