TabSheet.EditingEnd

Syntax

EditingEnd: function (sender, args);

Parameters

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.

Description

The EditingEnd event occurs after editing table cells.

Comments

This event is available if table cells can be selected.

Example

The example of use is given on the page with description of the TabSheet.EditingStart event.

See also:

TabSheet