| Name | Description |
|---|---|
Inherited Events from cCJMenuItem | |
| OnCreateControl | Event that is called when the COM control is created |
Inherited Events from cCJAction | |
| OnCreateAction | Event called when the action is activated (COM object created) |
| OnExecute | Event that is called when an action (a menu item or toolbar item) is executed |
| OnPopupInit | Event is called before any popup menu, popup toolbar or combobox is displayed |
| OnSelected | Event that is called when an action (a menu item or toolbar item) is "selected" via a mouse hover over or keyboard navigation |
| OnUpdate | Event that is called as part of an item's Update process |
Inherited Events from DfComAutomationObject | |
| OnCreate | Sent right after a COM object is created |
Inherited Events from cObject | |
| Construct_Object | Object constructor. Initializes the object during object creation in class definitions |
| Destroy_Object | Sent when an object is about to be destroyed |
| End_Construct_Object | End of object constructor. |