Class RichTextEditorHyperlinkClickedEventArgs
Inheritance
System.Object
RichTextEditorHyperlinkClickedEventArgs
Namespace: Syncfusion.Maui.RichTextEditor
Assembly: Syncfusion.Maui.RichTextEditor.dll
Syntax
public class RichTextEditorHyperlinkClickedEventArgs : EventArgs
Constructors
RichTextEditorHyperlinkClickedEventArgs(String, String)
Initializes a new instance of the RichTextEditorHyperlinkClickedEventArgs class.
Declaration
public RichTextEditorHyperlinkClickedEventArgs(string link, string titletext)
Parameters
Type | Name | Description |
---|---|---|
System.String | link | URL link of the text. |
System.String | titletext | Title text of the link. |
Properties
DisplayText
Gets or sets the title text string property.
Declaration
public string DisplayText { get; }
Property Value
Type |
---|
System.String |
URL
Gets or sets the url string property.
Declaration
public string URL { get; }
Property Value
Type |
---|
System.String |