ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskDialog Class / HyperlinkClick Event

In This Topic
    HyperlinkClick Event
    In This Topic
    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
    [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.

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