Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
DataGrid.onColumnUpdated
Triggers the columnUpdated event.
Syntax
protected void onColumnUpdated( ColumnEvent event )
Parameters
event
A ColumnEvent object that provides the event data.
Remarks
The columnUpdated event occurs when the user changes a cell's value and the underlying recordset is updated. For more information, see the DataGrid Control overview.
When overriding onColumnUpdated, be sure to call super.onColumnUpdated.
See Also addOnColumnUpdated, removeOnColumnUpdated