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