menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HyperlinkSelectedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved