ToolTipShowing: function(sender, args);
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.
The ToolTipShowing event occurs when the cursor hovers on the hierarchical tree node.
The event is relevant if the TreeList.ShowtoolTip property is set to true.
Example of the event use is given in the TreeList.HoverColor property description.
See also: