Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > 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 property use is given in description of the Control.SizeChanged event.

See also:

Control