Class OpenHyperlinkErrorEventArgs
Represents the event arguments for the OpenHyperlinkError event.
Namespace: Telerik.Maui.Controls.RichTextEditor
Assembly: Telerik.Maui.Controls.dll
Syntax
public class OpenHyperlinkErrorEventArgs : RichTextErrorEventArgs
Constructors
OpenHyperlinkErrorEventArgs(String, Exception)
Initializes a new instance of the OpenHyperlinkErrorEventArgs class.
Declaration
public OpenHyperlinkErrorEventArgs(string url, Exception error)
Parameters
System.String
url
Specifies the string representing the URL of the hyperlink. |
System.Exception
error
Specifies the exception that caused the error in the RadRichTextEditor. |
Properties
Url
Gets the string representing the URL of the hyperlink.
Declaration
public string Url { get; }
Property Value
System.String
|