Sub OnHover(Sender: Object; Args: IListViewItemEventArgs);
Begin
//set of operators;
End Sub OnHover;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnHover event occurs when the mouse cursor hovers over the element and element of the component is underlined.
The event occurs if the TrackSelect property is set to True.
See also: