[]
        
(Showing Draft Content)

C1.Win.C1GanttView.TaskBarTooltipEventHandler

TaskBarTooltipEventHandler Delegate

Represents the method that handles TaskBarTooltip event.

Namespace: C1.Win.C1GanttView
Assembly: C1.Win.C1GanttView.4.8.dll
Syntax
public delegate void TaskBarTooltipEventHandler(object sender, TaskBarTooltipEventArgs e)
Parameters
Type Name Description
object sender

Object that fired the event.

TaskBarTooltipEventArgs e

Object that contains the event data.

Constructors

Name Description
TaskBarTooltipEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, TaskBarTooltipEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, TaskBarTooltipEventArgs)