| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskDialog Class : HyperlinkClick Event |
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("Occurs when a user clicks a hyperlink.")>
Public Event HyperlinkClick As TaskDialogHyperlinkClickEventHandler
Dim instance As C1TaskDialog Dim handler As TaskDialogHyperlinkClickEventHandler AddHandler instance.HyperlinkClick, handler
[C1Category("Behavior")]
[C1Description("Occurs when a user clicks a hyperlink.")]
public event TaskDialogHyperlinkClickEventHandler HyperlinkClick
[C1Category("Behavior")]
[C1Description("Occurs when a user clicks a hyperlink.")]
public:
event TaskDialogHyperlinkClickEventHandler^ HyperlinkClick
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.
| Property | Description |
|---|---|
| Url | Gets a string containing the URL of the hyperlink. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2