Classes
 ClassDescription
 ChildExistenceChangedEvent Represents events that are dispatched when a the child of a control is created or destroyed.
 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.
 DragEvent The DragEvent class represents event objects that are dispatched as part of a drag-and-drop operation.
 DropdownEvent The DropdownEvent class represents the event object passed to the event listener for the open and close events.
 DynamicEvent This subclass of Event is dynamic, meaning that you can set arbitrary event properties on its instances at runtime.
 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.
 FlexMouseEvent The FlexMouseEvent class represents the event object passed to the event listener for Flex-specific mouse activity.
 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, Tree, Menu, and DataGrid.
 ListEventReason Constants for the values of the reason property of a ListEvent object where the value of the type property is ListEvent.ITEM_EDIT_END.
 ModuleEvent The ModuleEvent class represents the event object passed to the event listener for events related to dynamically-loaded modules.
 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.
 ResourceEvent The ResourceEvent class represents an Event object that is dispatched when the ResourceManager loads the resource bundles in a resource module by calling the loadResourceModule() method.
 RSLEvent The RSLEvent class represents an event object used by the DownloadProgressBar class when an RSL is being downloaded by the Preloader class.
 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.
 StyleEvent The StyleEvent class represents an event object used by the StyleManager class when a style SWF is being downloaded.
 ToolTipEvent The ToolTipEvent class represents ToolTip events, which are generated by the ToolTipManager class.
 TweenEvent Represents event objects that are specific to Flex tween effects.
 ValidationResultEvent The ValidationResultEvent class represents the event object passed to the listener for the valid validator event or the invalid validator event.