ListView.OnHover

Syntax

Sub OnHover(Sender: Object; Args: IListViewItemEventArgs);

Begin

//set of operators;

End Sub OnHover;

Parameters

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

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

Description

The OnHover event occurs when the mouse cursor hovers over the element and element of the component is underlined.

Comments

The event occurs if the TrackSelect property is set to True.

See also:

ListView