| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addEventRemovedHandler(EventRemovedHandler handler)Notification fired whenever a user removes an event. | 
com.google.gwt.event.shared.HandlerRegistration addEventRemovedHandler(EventRemovedHandler handler)
In a calendar with a DataSource, eventRemoved() fires after the event has been successfully removed from the server
handler - the eventRemoved handlerHandlerRegistration used to remove this handler