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