DataGrid.OnAfterEdit

Syntax

OnAfterEdit(Sender: Object; Args: IDataGridCellAfterEditEventArgs);

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