Classes
 ClassDescription
 AIREvent The AIREvent class represents the event object passed to the event listener for several AIR-specific events dispatched by the Window and WindowedApplication components.
 ChildExistenceChangedEvent Represents events that are dispatched when a the child of a control is created or destroyed.
 CloseEvent The CloseEvent class represents event objects specific to popup windows, such as the Alert control.
 CollectionEvent The mx.events.CollectionEvent class represents an event that is dispatched when the associated collection changes.
 CollectionEventKind The CollectionEventKind class contains constants for the valid values of the mx.events.CollectionEvent class kind property.
 EffectEvent Represents event objects that are specific to Flex effects.
 FlexEvent The FlexEvent class represents the event object passed to the event listener for many Flex events.
 FlexNativeWindowBoundsEvent The FlexNativeWindowBoundsEvent is dispatched when the size or location changes for the NativeWindow that underlies a Window or WindowedApplication component.
 IndexChangedEvent The IndexChangedEvent class represents events that are dispatched when an index changes.
 ListEvent The ListEvent class represents events associated with items in list-based controls such as List or GroupList.
 MetadataEvent The MetadataEvent class defines the event type for metadata and cue point events.
 MoveEvent Represents event objects that are dispatched when a Flex component moves.
 PropertyChangeEvent The PropertyChangeEvent class represents the event object passed to the event listener when one of the properties of an object has changed, and provides information about the change.
 PropertyChangeEventKind The PropertyChangeEventKind class defines the constant values for the kind property of the PropertyChangeEvent class.
 ResizeEvent Represents event objects that are dispatched when the size of a Flex component changes.
 ScrollEvent Represents events that are dispatched by the ScrollBar class.
 ScrollEventDetail Constants for the values of the detail property of a ScrollEvent.
 ScrollEventDirection Constants for the values of the direction property of a ScrollEvent.
 StateChangeEvent The StateChangeEvent class represents an event that is dispatched when the currentState property of a component changes.
 TweenEvent Represents event objects that are specific to Flex tween effects.