New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Constructors

Initializes a new instance of the OpenHyperlinkErrorEventArgs class.

C#
public OpenHyperlinkErrorEventArgs(string url, Exception error)
Parameters:urlstring

Specifies the string representing the URL of the hyperlink.

errorException

Specifies the exception that caused the error in the RadRichTextEditor.

Properties

Gets the string representing the URL of the hyperlink.

C#
public string Url { get; }