Sub OnFocusedChange(Sender: Object; Args: IDataGridCellEventArgs);
Begin
//set of operators;
End Sub OnFocusedChange;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnFocusedChange events occurs when focus is transferred to another cell of the component.
See also: