Triggers the deleting event.
protected void onDeleting( CancelEvent event )
event
A CancelEvent object that provides the event data.
The deleting event occurs when the user selects the rows to be deleted and presses the DELETE key. The records are then deleted from the underlying recordset and the deleted event occurs.
When overriding onDeleting, be sure to call super.onDeleting.
See Also addOnDeleting, removeOnDeleting