C1.WPF.FlexViewer.4.6.2 Assembly / C1.WPF.FlexViewer Namespace / C1FlexViewerPane Class / HyperlinkClicked Event

HyperlinkClicked Event (C1FlexViewerPane)
Occurs when the user clicked some active element, such as a hyperlink or expanding/collapsing icon.
Syntax
'Declaration
 
Public Event HyperlinkClicked As EventHandler(Of HyperlinkClickedEventArgs)
 
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