BrowseButtons Events
The event methods defined in the BrowseButtons class are summarized in the following table.
Event | Occurs… |
---|---|
browse | When the user presses the left mouse button over a browse button |
contextMenu | After the right mouseUp event and after the keyUp event |
dragDrop | When a dragged window is dropped over a window belonging to the same application |
dragOver | For each control of the application over which a window is dragged |
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 form or control is exposed |
sysNotify | When a specified Jade system event occurs |
userNotify | When triggered from the Jade Object Manager by a user call |
For details, see "Window, Form, and Control Events", later in this document.