ListView.OnFocusChange

Syntax

OnFocusChange(Sender: Object; Args: IListViewEventArgs);

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 OnFocusChange event occurs when focus is passed to another element of the component.

See also:

ListView