ComponentOne FlexReport for WinForms
HyperlinkClicked Event (C1FlexViewerPane)

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

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

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the hyperlink associated with the event.  
See Also