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