ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 C1Ribbon.ToolTipLinkClicked event.
    Syntax
    'Declaration
     
    Public Delegate Sub ToolTipLinkClickedEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As ToolTipLinkClickedEventArgs _
    ) 
    public delegate void ToolTipLinkClickedEventHandler( 
       System.object sender,
       ToolTipLinkClickedEventArgs e
    )

    Parameters

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