Overview | Methods | Fields | This Package | All Packages
Triggers the inserted event.
Syntax
protected void onInserted( Event event )
Parameters
event
An Event object.
Remarks
When the user first clicks in the blank row of the grid, the inserting event occurs. A record is then added to the underlying recordset and the inserted event occurs.
When overriding onInserted, be sure to call super.onInserted.
See Also addOnInserted, removeOnInserted