LayoutItemEvent is the primary event disptached by BaseLayout when a user interacts with an AxiisSprite contained within the layout
events such as MouseOver, MouseOut, MouseClick, selected, unselected etc
item:AxiisSprite [read-only]
The item which triggered the original Event this Object wraps
Implementation public function get item():AxiisSpritesourceEvent:Event [read-only]
The original Event this Object is redispatching
Implementation public function get sourceEvent():Eventpublic function LayoutItemEvent(type:String, item:AxiisSprite, e:Event) Parameters
Fri Oct 2 2009, 08:24 PM -04:00