ItemEdited: function (sender, args);
sender. Event source.
args. Information on the event. The prevValue argument contains element value before changing. The newValue argument contains new element value.
The ItemEdited event occurs after finishing editing the list element.
The example of property use is given in description of the ListBox.getScrollBox method.
See also: