Overview | Methods | Fields | This Package | All Packages
Triggers the updating event.
Syntax
protected void onUpdating( CancelEvent event )
Parameters
event
A CancelEvent object that provides the event data.
Remarks
The updating event occurs when the user changes a cell's value, but before the underlying recordset is updated. For more information, see the DataGrid Control overview.
When overriding onUpdating, be sure to call super.onUpdating.
See Also addOnUpdating, removeOnUpdating