ColorPanel.UpdateSize

Syntax

UpdateSize: function(sender,args)

Parameters

sender. Event source.

args. Event information.

Description

The UpdateSize event is fired on component size updating.

Comments

Component size is updated using the Control.updateSize method.

Example

The example of event use is given in description of the ColorPanel.updateUsedColors method.

See also:

ColorPanel