Assigns a delegate to the deleted event.
public void addOnDeleted( EventHandler handler )
handler
The EventHandler delegate to be notified when the event occurs.
The deleting event occurs when the user selects the row(s) to be deleted and presses the DELETE key. The records are then deleted from the underlying recordset and the deleted event occurs.
See Also removeOnDeleted