| C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerDialog 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. |