TreeList.ToolTipShowing

Syntax

ToolTipShowing: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. Available arguments: Node - node with a tooltip, ToolTip - tooltip, Column - number of the column where there is a node with a tooltip.

Description

The ToolTipShowing event occurs when the cursor hovers on the hierarchical tree node.

Comments

The event is relevant if the TreeList.ShowtoolTip property is set to true.

Example

Example of the event use is given in the TreeList.HoverColor property description.

See also:

TreeList