Class HyperlinkSelectedEventArgs
Event args for hyperlink selected.
Inheritance
System.Object
HyperlinkSelectedEventArgs
Namespace: Syncfusion.XForms.RichTextEditor
Assembly: Syncfusion.SfRichTextEditor.XForms.dll
Syntax
public class HyperlinkSelectedEventArgs : EventArgs
Constructors
HyperlinkSelectedEventArgs(String, String)
Initializes a new instance of the HyperlinkSelectedEventArgs class.
Declaration
public HyperlinkSelectedEventArgs(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; set; }
Property Value
Type |
---|
System.String |
URL
Gets or sets the url string property.
Declaration
public string URL { get; set; }
Property Value
Type |
---|
System.String |