onBeforeMoveStart | fires before window moving is started |
onBeforeResizeStart | fires before window resizing is started |
onClose | fires before a window is closed |
onContentLoaded | fires when content of the external page is loaded into the window |
onFocus | fires when a window was focused on |
onHelp | fires when the user clicks the “help” button |
onHide | fires when a window was hidden |
onMaximize | fires when a window was maximized |
onMinimize | fires when a window was minimized |
onMoveCancel | fires if moving was canceled (window hasn't changed its position) |
onMoveFinish | fires when window moving was finished |
onParkDown | fires when a window was parked down |
onParkUp | fires when a window was parked up |
onResizeCancel | fires if resizing was canceled (i.e. window size wasn't changed) |
onResizeFinish | fires when window resizing was finished |
onShow | fires when a window was shown |
onStick | fires when the user enables the "always on top" mode |
onUnStick | fires when the user disables the "always on top" mode |