JadeDockContainer Events

The event methods defined in the JadeDockContainer class are summarized in the following table.

Event Occurs…
click When the user presses and then releases the left mouse button
contextMenu After the right mouseUp event and after the keyUp event
dblClick When the user presses and releases the left mouse button and then presses and releases it again
docked When the user has caused a control to be docked
dragDrop When a dragged window is dropped over a control belonging to the same application
dragOver For each control of the application over which a window is dragged
floated When the user has caused a control to float
mouseDown When the user presses a mouse button
mouseEnter When the user moves the mouse onto a control
mouseHover When the user moves the mouse onto a control and then the mouse remains static for one second or longer
mouseLeave When the user moves the mouse off a control
mouseMove When the user moves the mouse
mouseUp When the user releases a mouse button
paint When part or all of a control is exposed
queryDock When the user drags a docking control into a valid docking position accepted by the JadeDockContainer class allowDocking property of the window
sysNotify When a specified JADE system event occurs
userNotify When triggered from the JADE Object Manager by a user call
userResize When the user drags the resize bar of the dock control to a new position or resizes a floating window

For details, see "Window, Form, and Control Events", later in this document.