Describes an event generated by a TypedCollection
Authors: Christophe Herreman, Bert Vandamme
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
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"
Spring ActionScript 0.7 - 2009