Activate
Triggered when the window becomes active.
ChangePage
Triggered when the user changes page.
ClickOk
Triggered when the user clicks the window's OK button.
Note: This event is only available in Mobile generation for Pocket PC and Windows CE Standard platforms.
Close
Triggered when the user closes the window.
CrossClick
Triggered when the user closes the window using the "X" at the top right corner of the window (or using the keyboard shortcut Alt+F4).
To close the window, the user must explicitely terminate the window via the TERMINATE instruction.
Deactivate
Triggered when the window becomes inactive.
Initialize
Triggered when the EXECUTE instruction is run if the window is not already open. It can notably be used to open a Child window class window when a main window is executed.
LeftButtonClick
Triggered when the user clicks on the background of the window with the left mouse button.
LeftButtonDoubleClick
Triggered when the user double-clicks on the background of the window with the left mouse button.
MouseMove
Triggered when the mouse pointer is moved over the background of the window.
Move
Triggered when the user moves the window.
Note: This event is not available in Mobile generation for Smartphone platforms.
Redimensioning
Triggered when the user modifies the size of the window.
RightButtonClick
Triggered when the user clicks on the background of the window with the right mouse button.
RightButtonDoubleClick
Triggered when the user double-clicks on the background of the window with the right mouse button.
Note: This event is not available in Mobile generation for Pocket PC and Smartphone platforms.