ValueChanged: function(sender,args)
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.
The ValueChanged event occurs when a component value changes.
The example of event use is given in description of the ColorCombo.showDropPanel method.
See also: