Interface HasEventResizeStopHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionNotification called when an event drag-resize operation completes.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEventResizeStopHandler
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 withinEventResizeStopHandler.onEventResizeStop(com.smartgwt.client.widgets.calendar.events.EventResizeStop)to prevent the default action, of actuallyupdatingthe event.- Parameters:
 handler- the eventResizeStop handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -