User Guide

460 Chapter 6: Components Dictionary
Event summary for the List class
The following table lists events that of the List class.
Events inherited from the UIObject class
The following table lists the events the List class inherits from the UIObject class.
Events inherited from the UIComponent class
The following table lists the events the List class inherits from the UIComponent class.
List.addItem()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Event Description
List.change Broadcast whenever user interaction causes the selection to
change.
List.itemRollOut Broadcast when the pointer rolls over and then off of list items.
List.itemRollOver Broadcast when the pointer rolls over list items.
List.scroll Broadcast when a list is scrolled.
Event Description
UIObject.draw Broadcast when an object is about to draw its graphics.
UIObject.hide Broadcast when an object’s state changes from visible to invisible.
UIObject.load Broadcast when subobjects are being created.
UIObject.move Broadcast when the object has moved.
UIObject.resize Broadcast when an object has been resized.
UIObject.reveal Broadcast when an object’s state changes from invisible to visible.
UIObject.unload Broadcast when the subobjects are being unloaded.
Event Description
UIComponent.focusIn Broadcast when an object receives focus.
UIComponent.focusOut Broadcast when an object loses focus.
UIComponent.keyDown Broadcast when a key is pressed.
UIComponent.keyUp Broadcast when a key is released.