menu

Document Processing

HyperlinkClickedEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    HyperlinkClickedEventArgs Class

    Provides data for the HyperlinkClicked event.

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

    Constructors

    HyperlinkClickedEventArgs(String, Point)

    Changes the URL.

    Declaration
    public HyperlinkClickedEventArgs(string uri, Point location)
    Parameters
    Type Name Description
    System.String uri
    System.Drawing.Point location

    Properties

    Handled

    Gets or sets the value to handle the event.

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

    If true, the event will be handled and disables the default processing of hyperlink navigation. Its default value is false.

    Uri

    Gets the URI (Unifrom Resource Identifer) of the hyperlink.

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