BeginDragDrop
Triggered when the user begins a drag and drop procedure. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
ChangeValue
Triggered when the text in the object changes.
Collapse
Triggered when the user collapses a node. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
EndDragDrop
Triggered when the user concludes the drag and drop procedure by dropping the selected element onto a permitted element. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
Expand
Triggered when the user expands a node. The line number of the expanded element is given by the ACTION_LINE_NUMBER property in the TREE_LIST object.
KillFocus
Triggered when the user finishes entering text for a given element. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
LeftButtonDoubleClick
Triggered when the user double-clicks on the object with the left mouse button. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
LeftButtonDownClick
Triggered when the user clicks the left mouse button over the object (triggered as soon as the mouse button is depressed). The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
MouseMove
Triggered when the mouse pointer is moved within the area covered by the object. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
MoveDragDrop
Triggered when the user moves the element selected at the start of the drag and drop procedure over another element. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
You can indicate to the user whether or not they are authorized to release the selected element over this element by setting the DRAG_DROP_ACTION property to *TRUE. To forbid the user to drop the selected element onto this element, set this property to *FALSE.
RightButtonClick
Triggered when the user clicks on the object with the right mouse button. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
RightButtonDoubleClick
Triggered when the user double-clicks on the object with the right mouse button. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
Note: This event is not available in Mobile generation for Pocket PC and Smartphone platforms.
RightButtonDownClick
Triggered when the user clicks the right mouse button over the object (triggered as soon as the mouse button is depressed). The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.
Note: This event is not available in Mobile generation for Pocket PC and Smartphone platforms.
SetFocus
Triggered when the user enters data for a given element. The element's line and column numbers are given by the ACTION_LINE_NUMBER and ACTION_COLUMN_NUMBER properties in the TREE_LIST object.