Sub OnAfterEdit(Sender: Object; Args: IDataGridCellAfterEditEventArgs);
Begin
//set of operators;
End Sub OnAfterEdit;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnAfterEdit event occurs after an attempt to change the cell value.
See also: