ITreeControl.OnGetHint

Syntax

Sub OnGetHint(Sender: Object; Args: ITreeNodeGetHintEventArgs);

Begin

//set of operators;

End Sub OnGetHint;

Parameters

Sender - parameter that returns the component that has generated the event.

Args - parameter that enables the user to determine event parameters.

Description

The OnGetHint event occurs when a tooltip is displayed near the element, over which the mouse cursor has stopped.

See also:

ITreeControl