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