Overview | Methods | Fields | This Package | All Packages
Assigns a delegate to the columnUpdated event.
Syntax
public void addOnColumnUpdated( ColumnEventHandler handler )
Parameters
handler
The ColumnEventHandler delegate to be notified when the event occurs.
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.
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 removeOnColumnUpdated