ComponentOne FlexReport for WinForms
HyperlinkHovered Event (C1FlexViewerPane)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerPane Class : HyperlinkHovered Event
Occurs when the mouse pointer hovered some active element, such as a hyperlink or expanding/collapsing icon.
Syntax
'Declaration
 
Public Event HyperlinkHovered As System.EventHandler(Of HyperlinkHoveredEventArgs)
public event System.EventHandler<HyperlinkHoveredEventArgs> HyperlinkHovered
Event Data

The event handler receives an argument of type HyperlinkHoveredEventArgs containing data related to this event. The following HyperlinkHoveredEventArgs properties provide information specific to this event.

PropertyDescription
Gets the hyperlink associated with the event.  
See Also