Interface EventResizeStopHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEventResizeStop
(EventResizeStop event) Notification called when an event drag-resize operation completes.
-
Method Details
-
onEventResizeStop
Notification called when an event drag-resize operation completes.The
newEvent
parameter 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 actuallyupdating
the event.- Parameters:
event
- the event
-