Events for cStatusPane
View event list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Construct_Object | Object constructor. Initializes the object during object creation in class definitions | cObject |
| Destroy_Object | Sent when an object is about to be destroyed | cObject |
| End_Construct_Object | End of object constructor. | cObject |
| OnClick | Called whenever the mouse's left button is clicked in the pane | cStatusPane |
| OnDoubleClick | Received whenever the mouse's left button is double-clicked in the pane | cStatusPane |
| OnDoubleRightClick | Received whenever the mouse's right button is double-clicked in the pane | cStatusPane |
| OnRightClick | Received whenever the mouse's right button is clicked in the pane | cStatusPane |