EditingEnd: function (sender, args);
sender. Event source
args. Event information. Available arguments: wasModify - whether cell is changed, before - array of table cells before their change, after - array of table cells after their change.
The EditingEnd event occurs after editing table cells.
This event is available if table cells can be selected.
The example of use is given on the page with description of the TabSheet.EditingStart event.
See also: