menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorHyperlinkClickedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

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