Assigns a delegate to the columnEdited event.
public void addOnColumnEdited( ColumnEventHandler handler )
handler
The ColumnEventHandler delegate to be notified when the event occurs.
The columnEdited event occurs when a cell exits edit mode. For more information, see the DataGrid Control overview.
See Also removeOnColumnEdited