Interface EventResizeMoveHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonEventResizeMove(EventResizeMove event) Notification called on each resize during an event drag-resize operation. 
- 
Method Details
- 
onEventResizeMove
Notification called on each resize during an event drag-resize operation.The
newEventparameter represents the event as it will be after the resize.Call
EventResizeMove.cancel()from withinonEventResizeMove(com.smartgwt.client.widgets.calendar.events.EventResizeMove)to prevent the default action, of resizing the drag canvas to the newEvent.- Parameters:
 event- the event
 
 -