'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.
Property | Description |
---|---|
Task | Gets BaseTask which is clicked. |
Tooltip | Gets or sets the tooltip. |
See Also