Interface DragResizeStopHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
IfcanDrag
is true and thecontrol knobs
include "resize" knobs then this notification method will be fired when the user completes a drag on the resize knobs of the draw item.
-
Method Details
-
onDragResizeStop
IfcanDrag
is true and thecontrol knobs
include "resize" knobs then this notification method will be fired when the user completes a drag on the resize knobs of the draw item.- Parameters:
event
- the event
-