Overview | Methods | Fields | This Package | All Packages
Assigns a delegate to the inserted event.
Syntax
public void addOnInserted( EventHandler handler )
Parameters
handler
The EventHandler delegate to be notified when the event occurs.
Remarks
The inserting event occurs when the user first clicks in the blank row of the grid. An empty record is then added to the underlying recordset and the inserted event occurs.
The columnEditing event is triggered after the inserted event to handle the editing of cell data.
See Also removeOnInserted