ListBox.ItemEdited

Syntax

ItemEdited: function (sender, args);

Parameters

sender. Event source.

args. Information on the event. The prevValue argument contains element value before changing. The newValue argument contains new element value.

Description

The ItemEdited event occurs after finishing editing the list element.

Example

The example of property use is given in description of the ListBox.getScrollBox method.

See also:

ListBox