Events for cCJUnRememberFieldMenuItem

View event list in alphabetical order

NameDescription
OnExecuteExposes the OnExecute Codejock COM event in the DataFlex proxy class

Inherited Events from cCJMenuItem

OnCreateControlEvent that is called when the COM control is created

Inherited Events from cCJAction

OnCreateActionEvent called when the action is activated (COM object created)
OnPopupInitEvent is called before any popup menu, popup toolbar or combobox is displayed
OnSelectedEvent that is called when an action (a menu item or toolbar item) is "selected" via a mouse hover over or keyboard navigation
OnUpdateEvent that is called as part of an item's Update process

Inherited Events from DfComAutomationObject

OnCreateSent right after a COM object is created

Inherited Events from cObject

Construct_ObjectObject constructor. Initializes the object during object creation in class definitions
Destroy_ObjectSent when an object is about to be destroyed
End_Construct_ObjectEnd of object constructor.