ListBox.ItemEditing

Syntax

ItemEditing: function (sender, args)

Parameters

sender. Event source.

args. Information on the event. The Item argument returns the element of the list that is being edited.

Description

The ItemEditing event occurs at the start of editing a list of elements.

Example

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

See also:

ListBox