Class HyperlinkClickEventArgs
This event arguments provides the necessary information about hyperlink click event.
Implements
System.IEquatable<HyperlinkClickEventArgs>
Inherited Members
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<>