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