C1.WPF.FlexViewer.4 Assembly > C1.WPF.FlexViewer Namespace > C1FlexViewerPane Class : HyperlinkClicked Event |
'Declaration Public Event HyperlinkClicked As System.EventHandler(Of HyperlinkClickedEventArgs)
public event System.EventHandler<HyperlinkClickedEventArgs> HyperlinkClicked
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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Hyperlink | Gets the hyperlink associated with the event. |