Describes an event generated by a TypedCollection
item:Object [read-only]
Gets the item of the TypedCollectionEvent
Implementation
public function get item():Object
public function TypedCollectionEvent(type:String, item:Object, bubbles:Boolean = false, cancelable:Boolean = false)
Creates a new TypedCollectionEvent instance
Parameters
| type:String — the type of the event
|
| |
| item:Object — a flag indicating whether the event has to bubble or not
|
| |
| bubbles:Boolean (default = false) — a flag indicating whether the event can be cancelled or not
|
| |
| cancelable:Boolean (default = false) |
public static const ADD:String = "add"
Prana Framework 0.5 - 2008