Overview | Methods | Fields | This Package | All Packages
Assigns a delegate to the columnEdited event.
Syntax
public void addOnColumnEdited( ColumnEventHandler handler )
Parameters
handler
The ColumnEventHandler delegate to be notified when the event occurs.
Remarks
The columnEdited event occurs when a cell exits edit mode. For more information, see the DataGrid Control overview.
See Also removeOnColumnEdited