Class
OpenHyperlinkErrorEventArgs

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 RichTextErrorEventArgs.ErrorRichTextErrorEventArgs.HandledEventArgs.Empty

Constructors

OpenHyperlinkErrorEventArgs(string, Exception)

Initializes a new instance of the OpenHyperlinkErrorEventArgs class.

Declaration

cs-api-definition
public OpenHyperlinkErrorEventArgs(string url, Exception error)

Parameters

url

string

Specifies the string representing the URL of the hyperlink.

error

Exception

Specifies the exception that caused the error in the RadRichTextEditor.

Properties

Url

Gets the string representing the URL of the hyperlink.

Declaration

cs-api-definition
public string Url { get; }

Property Value

string