Triggers the deleted event.
protected void onDeleted( Event event )
event
An Event object.
When the user selects the row(s) to be deleted and presses the DELETE key, the deleting event is triggered. The records are then deleted from the underlying recordset and the deleted event occurs.
When overriding onDeleted, be sure to call super.onDeleted.
See Also addOnDeleted, removeOnDeleted