resize

Availability

Flash Player 7.

Usage

listenerObject = new Object();
listenerObject.resize = function(eventObject){
  // your code here
}
myAligner.addEventListener("resize", listenerObject);

Parameters

None.

Returns

Nothing.

Description

Event; raised by updateAll method. Note that redrawInertness property can limit the processing of updateAll requests, thus limiting excessive resize events.

Use this event to synchronize your custom alignment with aligner alignment (when using redrawInertness).