Package | org.apache.flex.events |
Class | public class ItemAddedEvent |
Inheritance | ItemAddedEvent ![]() ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
item : Object
The item being added. | ItemAddedEvent |
Method | Defined By | ||
---|---|---|---|
ItemAddedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor. | ItemAddedEvent | ||
![]() |
Create a copy/clone of the Event object. | Event |
item | property |
public var item:Object
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The item being added.
ItemAddedEvent | () | Constructor |
public function ItemAddedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
Parameterstype:String — The name of the event.
| |
bubbles:Boolean (default = false ) — Whether the event bubbles.
| |
cancelable:Boolean (default = false ) — Whether the event can be canceled.
|