Triggers the inserted event.
protected void onInserted( Event event )
event
An Event object.
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