| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addEventResizeStopHandler(EventResizeStopHandler handler)Notification called when an event drag-resize operation completes. | 
com.google.gwt.event.shared.HandlerRegistration addEventResizeStopHandler(EventResizeStopHandler handler)
 The newEvent parameter represents
 the event as it will be after the move. 
 Call EventResizeStop.cancel() from within EventResizeStopHandler.onEventResizeStop(com.smartgwt.client.widgets.calendar.events.EventResizeStop) to prevent the default action, of actually  updating the event.
handler - the eventResizeStop handlerHandlerRegistration used to remove this handler