Overview | Methods | Fields | This Package | All Packages
OverviewMethodsFieldsThis PackageAll Packages
DataGrid.addOnUpdated
Assigns a delegate to the updated event.
Syntax
public void addOnUpdated( EventHandler handler )
Parameters
handler
The EventHandler delegate to be notified when the event occurs.
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.
Note The user can change a cell's value only if the recordset allows modifications, the allowUpdate property of the DataGrid control is set to true, and the readOnly property of the cell's column is set to false.
See Also removeOnUpdated