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