InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / ToolTipLinkClickedEventHandler Delegate
Object that fired the event.
ToolTipLinkClickedEventArgs object that contains the event data.

In This Topic
    ToolTipLinkClickedEventHandler Delegate
    In This Topic
    Represents the method that will handle the ToolTipLinkClicked event.
    Syntax
    'Declaration
     
    Public Delegate Sub ToolTipLinkClickedEventHandler( _
       ByVal sender As Object, _
       ByVal e As ToolTipLinkClickedEventArgs _
    ) 
    public delegate void ToolTipLinkClickedEventHandler( 
       object sender,
       ToolTipLinkClickedEventArgs e
    )

    Parameters

    sender
    Object that fired the event.
    e
    ToolTipLinkClickedEventArgs object that contains the event data.
    See Also