ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskBarTooltipEventHandler Delegate
Object that fired the event.
Object that contains the event data.

In This Topic
    TaskBarTooltipEventHandler Delegate
    In This Topic
    Represents the method that handles C1GanttView.TaskBarTooltip event.
    Syntax
    'Declaration
     
    Public Delegate Sub TaskBarTooltipEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As TaskBarTooltipEventArgs _
    ) 
    public delegate void TaskBarTooltipEventHandler( 
       System.object sender,
       TaskBarTooltipEventArgs e
    )

    Parameters

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