Sub OnGetHint(Sender: Object; Args: IListViewEditTextEventArgs);
Begin
//set of operators;
End Sub OnGetHint;
Sender. Parameter that returns the component that generated the event.
Args. 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: