Interface EventRepositionMoveHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification called whenever the drop position of an event being drag-moved changes. 
- 
Method Details
- 
onEventRepositionMove
Notification called whenever the drop position of an event being drag-moved changes.The
newEventparameter represents the event as it will be after the move, includingstartandenddates andlaneandsublanewhere applicable.Call
EventRepositionMove.cancel()from withinonEventRepositionMove(com.smartgwt.client.widgets.calendar.events.EventRepositionMove)to prevent the default action, of positioning the drag canvas to the newEvent.- Parameters:
 event- the event
 
 -