Packageorg.axiis.events
Classpublic class LayoutItemEvent
InheritanceLayoutItemEvent Inheritance flash.events.Event

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



Public Properties
 PropertyDefined By
  item : AxiisSprite
[read-only] The item which triggered the original Event this Object wraps
LayoutItemEvent
  sourceEvent : Event
[read-only] The original Event this Object is redispatching
LayoutItemEvent
Public Methods
 MethodDefined By
  
LayoutItemEvent(type:String, item:AxiisSprite, e:Event)
LayoutItemEvent
Property Detail
itemproperty
item:AxiisSprite  [read-only]

The item which triggered the original Event this Object wraps


Implementation
    public function get item():AxiisSprite
sourceEventproperty 
sourceEvent:Event  [read-only]

The original Event this Object is redispatching


Implementation
    public function get sourceEvent():Event
Constructor Detail
LayoutItemEvent()Constructor
public function LayoutItemEvent(type:String, item:AxiisSprite, e:Event)



Parameters
type:String
 
item:AxiisSprite
 
e:Event