ComponentOne SuperTooltip for WinForms
C1.Win.C1SuperTooltip.4.5.2 Assembly / C1.Win.C1SuperTooltip Namespace / C1SuperTooltip Class / LinkClicked Event

In This Topic
    LinkClicked Event (C1SuperTooltip)
    In This Topic
    Syntax
    'Declaration
     
    Public Event LinkClicked As C1.Win.C1SuperTooltip.C1SuperLabelLinkClickedEventHandler
    public event C1.Win.C1SuperTooltip.C1SuperLabelLinkClickedEventHandler LinkClicked
    Event Data

    The event handler receives an argument of type C1.Win.C1SuperTooltip.C1SuperLabelLinkClickedEventArgs containing data related to this event. The following C1SuperLabelLinkClickedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the button that was clicked on the link.  
    Gets the value of the link's HREF attribute.  
    Gets the value of the link's TARGET attribute.  
    See Also