ListView.OnHover

Syntax

OnHover(Sender: Object; Args: IListViewItemEventArgs);

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The 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