Interface DragResizeMoveHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidExecuted every time the mouse moves while drag-resizing. 
- 
Method Details
- 
onDragResizeMove
Executed every time the mouse moves while drag-resizing. If this method does not CallDragResizeMoveEvent.cancel()from withinonDragResizeMove(com.smartgwt.client.widgets.events.DragResizeMoveEvent), thedragTarget(or outline ifdragAppearanceis set to "outline") will automatically be moved as appropriate whenever the mouse moves.- Parameters:
 event- the event
 
 -