Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    Implements
    System.IEquatable<HyperlinkClickEventArgs>
    Inherited Members
    BaseEventArgs<HyperlinkClickEventArgs>.Equals(HyperlinkClickEventArgs)
    BaseEventArgs<HyperlinkClickEventArgs>.Name
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class HyperlinkClickEventArgs : BaseEventArgs<HyperlinkClickEventArgs>, IEquatable<HyperlinkClickEventArgs>

    Constructors

    HyperlinkClickEventArgs()

    Declaration
    public HyperlinkClickEventArgs()

    Properties

    Hyperlink

    Gets the current clicked hyperlink.

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

    HyperlinkElement

    Gets the current hyperlink element.

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

    Implements

    System.IEquatable<>
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved