Class OpenHyperlinkErrorEventArgs
Represents the event arguments for the Open
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 Open
Declaration
public OpenHyperlinkErrorEventArgs(string url, Exception error)
Parameters
System. Specifies the string representing the URL of the hyperlink. |
System. Specifies the exception that caused the error in the Rad |
Properties
Url
Gets the string representing the URL of the hyperlink.
Declaration
public string Url { get; }
Property Value
System.
|