OnGetHint(Sender: Object; Args: IListViewEditTextEventArgs);
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnGetHint event occurs when the tooltip is displayed for the element, over which the mouse cursor has stopped.
Due to features of component implementation the OnGetHint event is generated twice on hovering the mouse cursor over the element.
See also: