userResize

userResize(control: control-type input);

The userResize event occurs when the user drags the resize bar of the JadeDockBar or JadeDockContainer control to a new position or resizes a floating JadeDockBar or JadeDockContainer control.

If you want to differentiate between the userResize event being called when the user drags the controls resize bar and when the user has resized the floating window, call the isFloating method.

For details about adding resize bars to docking controls that are all aligned horizontally or vertically, see the showResizeBar property.