User Guide

338 Components Dictionary
Event summary for the DataSet class
The following table lists the events of the DataSet class.
DataSet.addItem
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
Usage 1:
var listenerObject:Object = new Object();
listenerObject.addItem = function (eventObj:Object) {
DataSet.readOnly Indicates whether the collection can be modified.
DataSet.schema Specifies the collection’s schema in XML format.
DataSet.selectedIndex Contains the current item’s index in the collection.
Event Description
DataSet.addItem Broadcast before an item is added to the collection.
DataSet.afterLoaded Broadcast after the items property is assigned.
DataSet.calcFields Broadcast when calculated fields should be updated.
DataSet.deltaPacketChanged Broadcast when the DataSet object’s delta packet has been
changed and is ready to be used.
DataSet.iteratorScrolled Broadcast when the iterator’s position is changed.
DataSet.modelChanged Broadcast when items in the collection have been modified in
some way.
DataSet.newItem Broadcast when a new transfer object is constructed by the
DataSet object, but before it is added to the collection.
DataSet.removeItem Broadcast before an item is removed.
DataSet.resolveDelta Broadcast when a delta packet is assigned to the DataSet
object that contains messages.
Property Description