ComponentOne SuperTooltip for WinForms
C1.Win.SuperTooltip.5 Assembly / C1.Win.SuperTooltip Namespace / IconClickEventHandler Delegate
Object that fired the event.
IconClickEventArgs object that contains the event data.

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

    Parameters

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