alexa
menu

Document Processing

    Show / Hide Table of Contents

    HyperlinkClickedEventArgs Class

    Provides data for the HyperlinkClicked event.

    Inheritance
    System.Object
    HyperlinkClickedEventArgs
    Namespace: Syncfusion.Maui.PdfViewer
    Assembly: Syncfusion.Maui.PdfViewer.dll
    Syntax
    public class HyperlinkClickedEventArgs : EventArgs

    Properties

    Handled

    Gets or sets a value indicating whether HyperlinkClicked event is handled. Set the value "true" to indicate that the event is handled in the application and to prevent the default navigation to the URI.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false.

    Uri

    Gets the URI(Uniform Resource Identifier) of the hyperlink

    Declaration
    public string Uri { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved