Show contents 

Working with General Visual Components > Classes > Control > Control.SizeChanging

Control.SizeChanging

Syntax

SizeChanging: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The SizeChanging event occurs during component resize.

Example

The example of use is given in description of the Control.SizeChanged event.

See also:

Control