Combo.ValueChanged

Syntax

ValueChanged: function (sender, args)

Parameters

sender. Event source.

args. Information on the event.

Description

The ValueChanged event occurs after changing the input editor contents.

Comments

Event arguments contain the following fields:

Example

The example of event use is given in description of the Combo.getTextBox method.

See also:

Combo