Skip to content

Events for cCJFindNextMenuItem

View event list in hierarchical order.

Name Description Defining Class
Construct_Object Object constructor. cObject
Destroy_Object Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. cObject
End_Construct_Object End of object constructor. cObject
OnCreate Sent right after a COM object is created The OnCreate event is always sent right after a COM object is created. DfComAutomationObject
OnCreateAction Event called when the action is activated (COM object created) OnCreateAction is called when the COM action is created. cCJAction
OnCreateControl Event that is called when the COM control is created OnCreateControl is called when the COM control is created. cCJMenuItem
OnExecute Sends Find_GT to the focus object OnExecute sends the Find_Next message to the focus object. cCJFindNextMenuItem
OnPopupInit Event is called before any popup menu, popup toolbar or combobox is displayed OnPopupInit is called before any popup menu or popup toolbar is displayed. cCJAction
OnSelected Event that is called when an action (a menu item or toolbar item) is "selected" via a mouse hover over or keyboard navigation cCJAction
OnUpdate Event that is called as part of an item's Update process OnUpdate is called as part of an items Update process. cCJAction