public interface EventResizeMoveHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onEventResizeMove(EventResizeMove event)
Notification called on each resize during an event drag-resize operation.
|
void onEventResizeMove(EventResizeMove event)
The newEvent
parameter
represents the event as it will be after the resize.
Call EventResizeMove.cancel()
from within onEventResizeMove(com.smartgwt.client.widgets.calendar.events.EventResizeMove)
to prevent the default action, of resizing the
drag canvas to the newEvent.
event
- the event