Sub OnGetHint(Sender: Object; Args: ITreeNodeGetHintEventArgs);
Begin
//set of operators;
End Sub OnGetHint;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnGetHint event occurs when the tooltip appears near the element over which the mouse cursor has stopped.
See also: