User Guide
DataGrid class (Flash Professional only) 267
Event summary for the DataGrid class
The following table lists the events of the DataGrid class.
Events inherited from the UIObject class
The following table lists the events the DataGrid class inherits from the UIObject class.
Events inherited from the UIComponent class
The following table lists the events the DataGrid class inherits from the UIComponent class.
Event Description
DataGrid.cellEdit Broadcast when the cell value has changed.
DataGrid.cellFocusIn Broadcast when a cell receives focus.
DataGrid.cellFocusOut Broadcast when a cell loses focus.
DataGrid.cellPress Broadcast when a cell is pressed (clicked).
DataGrid.change Broadcast when an item has been selected.
DataGrid.columnStretch Broadcast when a user resizes a column horizontally.
DataGrid.headerRelease Broadcast when a user clicks (releases) a header.
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.