ListView.OnGetHint

Syntax

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

Begin

//set of operators;

End Sub OnGetHint;

Parameters

Sender. Parameter that returns the component that generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

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

Comments

Due to features of component implementation the OnGetHint event is generated twice on hovering the mouse cursor over the element.

See also:

ListView