DataGrid.OnAfterEdit

Syntax

Sub OnAfterEdit(Sender: Object; Args: IDataGridCellAfterEditEventArgs);

Begin

//set of operators;

End Sub OnAfterEdit;

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 OnAfterEdit event occurs after an attempt to change the cell value.

See also:

DataGrid