Interface EventResizeMoveHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEventResizeMove
(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
newEvent
parameter 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
-