Interface DragResizeStartHandler
- 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 starts to drag the resize knobs of the draw item.
-
Method Details
-
onDragResizeStart
IfcanDrag
is true and thecontrol knobs
include "resize" knobs then this notification method will be fired when the user starts to drag the resize knobs of the draw item.- Parameters:
event
- the event
-