Package | com.yahoo.astra.layout.events |
Class | public class LayoutEvent |
Inheritance | LayoutEvent flash.events.Event |
See also
Method | Defined by | ||
---|---|---|---|
LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
| LayoutEvent |
Constant | Defined by | ||
---|---|---|---|
LAYOUT_CHANGE : String = "layoutChange" [static]
The
LayoutEvent.LAYOUT_CHANGE event type constant indicates that
the layout of an ILayoutContainer needs to be redrawn. | LayoutEvent |
LayoutEvent | () | constructor |
public function LayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
Parameterstype:String |
|
bubbles:Boolean (default = false )
|
|
cancelable:Boolean (default = false )
|
LAYOUT_CHANGE | constant |
public static const LAYOUT_CHANGE:String = "layoutChange"
The LayoutEvent.LAYOUT_CHANGE
event type constant indicates that
the layout of an ILayoutContainer needs to be redrawn.