menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HyperlinkClickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HyperlinkClickEventArgs

    This event arguments provides the necessary information about hyperlink click event.

    Inheritance
    System.Object
    BaseEventArgs<HyperlinkClickEventArgs>
    HyperlinkClickEventArgs
    Inherited Members
    BaseEventArgs<HyperlinkClickEventArgs>.Name
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public class HyperlinkClickEventArgs : BaseEventArgs<HyperlinkClickEventArgs>

    Constructors

    HyperlinkClickEventArgs()

    Declaration
    public HyperlinkClickEventArgs()

    Properties

    Cancel

    Hyperlink navigation will not work if it is set to TRUE. The value is set to FALSE by default.

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

    true, if the hyperlink navigation will not work. Otherwise, false.

    Hyperlink

    Gets the current clicked hyperlink.

    Declaration
    public string Hyperlink { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    HyperlinkElement

    Gets or set the URL to navigate.

    Declaration
    public DOM HyperlinkElement { get; set; }
    Property Value
    Type Description
    DOM

    A DOM object representing the hyperlink element associated with the PDFViewer.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved