Sub OnFocusChange(Sender: Object; Args: IListViewEventArgs);
Begin
//set of operators;
End Sub OnFocusChange;
Sender. Parameter that returns the component that generated the event.
Args. Parameter that enables the user to determine event parameters.
The OnFocusChange event occurs when focus is passed to another element of the component.
See also: