ColorCombo.ValueChanged

Syntax

ValueChanged: function(sender,args)

Parameters

sender. Event source.

args. Information on the event. Argumetns: Event - occurred event; OldColor - old color value; NewColor - new color value; Cancel - attribute of action cancellation: if the value is set to True, the action is cancelled; constructor - constructor function.

Description

The ValueChanged event occurs when a component value changes.

Example

The example of event use is given in description of the ColorCombo.showDropPanel method.

See also:

ColorCombo