Assigns a delegate to the columnUpdated event.
public void addOnColumnUpdated( ColumnEventHandler handler )
handler
The ColumnEventHandler delegate to be notified when the event occurs.
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