The event methods defined in the Ocx class are summarized in the following table.
Event | Occurs… |
---|---|
dragDrop | When a dragged window is dropped over a window belonging to the same application |
dragOver | For each window of the application over which a window is dragged |
gotFocus | When a control receives the focus |
lostFocus | When a control loses the focus |
paint | When part or all of a 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.