User Guide
268 DataGrid component (Flash Professional only)
Events inherited from the List class
The following table lists the events the DataGrid class inherits from the List class.
DataGrid.addColumn()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.addColumn(dataGridColumn)
myDataGrid.addColumn(name)
Parameters
dataGridColumn An instance of the DataGridColumn class.
name A string that indicates the name of a new DataGridColumn object to be inserted.
Returns
A reference to the DataGridColumn object that was added, or returns the string that indicates
the name of the new column.
Description
Method; adds a new column to the end of the data grid. For more information, see
“DataGridColumn class (Flash Professional only)” on page 300.
Event Description
List.change Broadcast whenever user interaction causes the selection
to change.
List.itemRollOut Broadcast when the mouse pointer rolls over and then off
of list items.
List.itemRollOver Broadcast when the mouse pointer rolls over list items.
List.scroll Broadcast when a list is scrolled.