DataGrid.OnFocusedChange

Syntax

Sub OnFocusedChange(Sender: Object; Args: IDataGridCellEventArgs);

Begin

//set of operators;

End Sub OnFocusedChange;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnFocusedChange events occurs when focus is transferred to another cell of the component.

See also:

DataGrid