'Declaration
<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("C1TaskDialog.HyperlinkClick", "Occurs when a user clicks a hyperlink.")> Public Event HyperlinkClick As TaskDialogHyperlinkClickEventHandler
[C1Category("Behavior")] [C1Description("C1TaskDialog.HyperlinkClick", "Occurs when a user clicks a hyperlink.")] public event TaskDialogHyperlinkClickEventHandler HyperlinkClick
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.
Property | Description |
---|---|
Url | Gets a string containing the URL of the hyperlink. |
See Also