ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / C1SuperLabel Class / OnLinkClicked Method

In This Topic
    OnLinkClicked Method (C1SuperLabel)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnLinkClicked( _
       ByVal e As C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs _
    ) 
    protected virtual void OnLinkClicked( 
       C1.Win.SuperTooltip.C1SuperLabelLinkClickedEventArgs e
    )

    Parameters

    e
    See Also