Interface DragResizeStopHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidExecuted when the mouse button is released at the end of the drag resize.
- 
Method Details- 
onDragResizeStopExecuted when the mouse button is released at the end of the drag resize. Your widget can use this opportunity to fire custom code based upon where the mouse button was released, etc.Returning true from this handler will cause the dragTarget(or outline ifdragAppearanceis set to "outline") to be left at its current size. Returning false from this handler will cause it to snap back to its original location size- Parameters:
- event- the event
 
 
-