Interface EventResizeStopHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonEventResizeStop(EventResizeStop event) Notification called when an event drag-resize operation completes. 
- 
Method Details
- 
onEventResizeStop
Notification called when an event drag-resize operation completes.The
newEventparameter represents the event as it will be after the move.Call
EventResizeStop.cancel()from withinonEventResizeStop(com.smartgwt.client.widgets.calendar.events.EventResizeStop)to prevent the default action, of actuallyupdatingthe event.- Parameters:
 event- the event
 
 -