Packageorg.apache.flex.events
Classpublic class ItemAddedEvent
InheritanceItemAddedEvent Inheritance CustomEvent Inheritance Event Inheritance flash.events.Event

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The ItemAddedEvent is dispatched by IItemRendererParent objects whenenver an itemRenderer is added.



Public Properties
 PropertyDefined By
  item : Object
The item being added.
ItemAddedEvent
Public Methods
 MethodDefined By
  
ItemAddedEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor.
ItemAddedEvent
 Inherited
Create a copy/clone of the Event object.
Event
Public Constants
 ConstantDefined By
 InheritedCHANGE : String = change
[static]
Event
 InheritedCOMPLETE : String = complete
[static]
Event
Property Detail
itemproperty
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.

Constructor Detail
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.

Parameters
type:String — The name of the event.
 
bubbles:Boolean (default = false) — Whether the event bubbles.
 
cancelable:Boolean (default = false) — Whether the event can be canceled.