ComponentOne GanttView for WinForms
TaskBarTooltip Event

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class : TaskBarTooltip Event
Fires before the task bar tooltip is shown.
Syntax
'Declaration
 
Public Event TaskBarTooltip As TaskBarTooltipEventHandler
public event TaskBarTooltipEventHandler TaskBarTooltip
Event Data

The event handler receives an argument of type TaskBarTooltipEventArgs containing data related to this event. The following TaskBarTooltipEventArgs properties provide information specific to this event.

PropertyDescription
Gets BaseTask which is clicked.  
Gets or sets the tooltip.  
See Also