Interface EventRepositionStopHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification called when an event being drag-moved is dropped. 
- 
Method Details
- 
onEventRepositionStop
Notification called when an event being drag-moved is dropped.The
newEventparameter represents the event as it will be after the move, includingstartandenddates andlaneandsublanewhere applicable.Call
EventRepositionStop.cancel()from withinonEventRepositionStop(com.smartgwt.client.widgets.calendar.events.EventRepositionStop)to prevent the default action, of actuallyupdatingthe event.- Parameters:
 event- the event
 
 -