alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class HyperlinkClickEventArgs

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

    Inheritance
    object
    BaseEventArgs<HyperlinkClickEventArgs>
    HyperlinkClickEventArgs
    Inherited Members
    BaseEventArgs<HyperlinkClickEventArgs>.Name
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    [JsonPropertyName("cancel")]
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

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

    Hyperlink

    Gets the current clicked hyperlink.

    Declaration
    [JsonPropertyName("hyperlink")]
    public string Hyperlink { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    HyperlinkElement

    Gets or set the URL to navigate.

    Declaration
    [JsonPropertyName("hyperlinkElement")]
    public DOM HyperlinkElement { get; set; }
    Property Value
    Type Description
    DOM

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

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