DataGrid.OnFocusedChange

Syntax

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

Begin

//set of operators;

End Sub OnFocusedChange;

Parameters

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

Args. The parameter that enables the user to determine event parameters.

Description

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

See also:

DataGrid