Class HyperlinkMouseOverArgs
This event arguments provides the necessary information about hyperlink hover event.
Inherited Members
Namespace: Syncfusion.Blazor.PdfViewer
Assembly: Syncfusion.Blazor.dll
Syntax
public class HyperlinkMouseOverArgs : BaseEventArgs<HyperlinkMouseOverArgs>
Constructors
HyperlinkMouseOverArgs()
Declaration
public HyperlinkMouseOverArgs()
Properties
HyperlinkElement
Gets the current hyperlink element.
Declaration
public DOM HyperlinkElement { get; set; }
Property Value
Type | Description |
---|---|
DOM | A DOM object representing the current hyperlink element associated with the PDFViewer. |