ListView.OnFocusChange

Syntax

Sub OnFocusChange(Sender: Object; Args: IListViewEventArgs);

Begin

//set of operators;

End Sub OnFocusChange;

Parameters

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

Args. The parameter allowing to determine event parameters.

Description

The OnFocusChange event occurs when focus is shifted to another element of the component.

See also:

ListView