WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / HyperlinkClick Event

HyperlinkClick Event
Occurs when a user clicks a hyperlink.
Syntax
'Declaration
 
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("C1TaskDialog.HyperlinkClick", "Occurs when a user clicks a hyperlink.")>
Public Event HyperlinkClick As TaskDialogHyperlinkClickEventHandler
 
Event Data

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

PropertyDescription
Gets a string containing the URL of the hyperlink.  
See Also