Share via


Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.onUpdated

Triggers the updated event.

Syntax

protected void onUpdated( Event event )

Parameters

event

An Event object.

Remarks

The updated 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 onUpdated, be sure to call super.onUpdated.

See Also   addOnUpdated, removeOnUpdated