Events for cCJGridPromptList
View event list in alphabetical order.
| Name | Description | Defining Class |
|---|---|---|
| OnMoveValueOutByCustom | Called when a custom update prompt list is successfully closed | cCJGridPromptList |
| OnMoveValueOutByValue | Called when a value update prompt list is successfully closed | cCJGridPromptList |
| OnRestoreDefaults | Retores the default values of properties that were likely to be changed during a popup instance. | cCJGridPromptList |
| OnSeedData | Called during prompt list activation to seed and find the starting target row OnSeedData is called after the list is loaded and is used to position the selected row in the list. | cCJGridPromptList |
| OnStoreDefaults | Stores the default values of properties that are likely to be changed during a popup instance. | cCJGridPromptList |
Inherited Events from cCJGrid
| Name | Description | Defining Class |
|---|---|---|
| OnComBeforeDrawRow | Exposes the BeforeDrawRow Codejock COM event in the DataFlex proxy class This exposes the BeforeDrawRow Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComColumnOrderChangedEx | Exposes the ColumnOrderChangedEx Codejock COM event in the DataFlex proxy class This exposes the ColumnOrderChangedEx Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComDrawItem | Exposes the DrawItem Codejock COM event in the DataFlex proxy class This exposes the DrawItem Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComFocusChanging | Exposes the FocusChanging Codejock COM event in the DataFlex proxy class This exposes the FocusChanging Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComGetToolTipInfo | Exposes the GetToolTipInfo Codejock COM event in the DataFlex proxy class This exposes the GetToolTipInfo Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComItemCheck | Exposes the ItemCheck Codejock COM event in the DataFlex proxy class This exposes the ItemCheck Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComKeyDown | Exposes the KeyDown Codejock COM event in the DataFlex proxy class This exposes the KeyDown Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComMouseDown | Exposes the MouseDown Codejock COM event in the DataFlex proxy class This exposes the MouseDown Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComMouseUp | Exposes the MouseUp Codejock COM event in the DataFlex proxy class This exposes the MouseUp Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComPreviewKeyDown | Exposes the PreviewKeyDown Codejock COM event in the DataFlex proxy class This exposes the PreviewKeyDown Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComRequestEdit | Exposes the RequestEdit Codejock COM event in the DataFlex proxy class This exposes the RequestEdit Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComRowDblClick | Called when a user double clicks on a data row / column Before attempting to augment this event, you should attempt to use the OnRowDoubleClick event. | cCJGrid |
| OnComRowRClick | Exposes the RowRClick Codejock COM event in the DataFlex proxy class This exposes the RowRClick Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnComValueChanged | Exposes the ValueChanged Codejock COM event in the DataFlex proxy class This exposes the ValueChanged Codejock COM event in the DataFlex proxy class. | cCJGrid |
| OnCreateGridControl | Event called when the grid is being paged (created) OnCreateGridControl is called as part of the grid activation process. | cCJGrid |
| OnEntering | Called when the grid object is taking the focus OnEntering is called when the grid object is taking the focus. | cCJGrid |
| OnEnterKey | Called when the Enter key is pressed and is used to handle grid Enter key behavior OnEnterKey is called when the Enter key is pressed. | cCJGrid |
| OnEscKey | Called when the Escape key is pressed and is used to handle grid Escape key behavior OnEscKey is called when the Escape key is pressed. | cCJGrid |
| OnExiting | Called when the focus is being moved away from the grid OnExiting is called when the focus is being moved away from the grid to another object. | cCJGrid |
| OnHeaderClick | Called when a user clicks on a header column OnHeaderClick is called when the user (left) clicks on a header. | cCJGrid |
| OnHeaderRightClick | Called when a user right clicks on a header column OnHeaderRightClick is called when the user right clicks on a header. | cCJGrid |
| OnIdle | Called when the application is about to become idle The grid class contains an Idle handler that sends OnIdle to the grid when your application is about to become idle. | cCJGrid |
| OnPostEntering | Called when using the Post Entering grid activation approach The Codejock COM ReportControl uses different logic that the internal DataFlex controls concerning object entering. | cCJGrid |
| OnRelease | Called when the grid is being deactivated OnRelease is called when a grid control is being deactivated (unpaged). | cCJGrid |
| OnRowChanged | Called after a row change has occurred OnRowChanged is called after a row change has occurred. | cCJGrid |
| OnRowChanging | Called before a row change is about to occur OnRowChanging is called before a row change. | cCJGrid |
| OnRowDoubleClick | Called when a user double clicks on a data row / column OnRowDoubleClick is called when the user double clicks on a data cell. | cCJGrid |
| OnRowRightClick | Called when a user right clicks on a data row / column OnRowRightClick is called when the user right clicks on a data cell.. | cCJGrid |
| OnUnknownAreaClick | Called when the user clicks in an unknown area of the grid OnUnknownAreaClick is called when the user (left) clicks on an unknown area of the grid. | cCJGrid |
| OnWrappingRow | Sent when Next or Previous navigation will result in a row change. | cCJGrid |
| Prompt_Callback | Sends a callback event to an object that requested a prompt object. | cCJGrid |
Inherited Events from cCJGridControl
| Name | Description | Defining Class |
|---|---|---|
| OnComBeforeCopyToText | Exposes the BeforeCopyToText Codejock COM event in the DataFlex proxy class This exposes the BeforeCopyToText Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComBeforeDrawRow | Exposes the BeforeDrawRow Codejock COM event in the DataFlex proxy class This exposes the BeforeDrawRow Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComBeforePaste | Exposes the BeforePaste Codejock COM event in the DataFlex proxy class This exposes the BeforePaste Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComBeforePasteFromText | Exposes the BeforePasteFromText Codejock COM event in the DataFlex proxy class This exposes the BeforePasteFromText Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComBeginDrag | Exposes the BeginDrag Codejock COM event in the DataFlex proxy class This exposes the BeginDrag Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComBeginEdit | Exposes the BeginEdit Codejock COM event in the DataFlex proxy class This exposes the BeginEdit Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComColumnClick | Exposes the ColumnClick Codejock COM event in the DataFlex proxy class This exposes the ColumnClick Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComColumnOrderChangedEx | Exposes the ColumnOrderChangedEx Codejock COM event in the DataFlex proxy class This exposes the ColumnOrderChangedEx Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComColumnWidthChanged | Exposes the ColumnWidthChanged Codejock COM event in the DataFlex proxy class This exposes the ColumnWidthChanged Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComConstraintSelecting | Exposes the ConstraintSelecting Codejock COM event in the DataFlex proxy class This exposes the ConstraintSelecting Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComDragDropCompleted | Exposes the DragDropCompleted Codejock COM event in the DataFlex proxy class This exposes the DragDropCompleted Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComDragOverRecords | Exposes the DragOverRecords Codejock COM event in the DataFlex proxy class This exposes the DragOverRecords Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComDrawItem | Exposes the DrawItem Codejock COM event in the DataFlex proxy class This exposes the DrawItem Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComDrawPreviewItem | Exposes the DrawPreviewItem Codejock COM event in the DataFlex proxy class This exposes the DrawPreviewItem Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComDropRecordsEx | Exposes the DropRecordsEx Codejock COM event in the DataFlex proxy class This exposes the DropRecordsEx Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComEditCanceled | Exposes the EditCanceled Codejock COM event in the DataFlex proxy class This exposes the EditCanceled Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComFocusChanging | Exposes the FocusChanging Codejock COM event in the DataFlex proxy class This exposes the FocusChanging Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComGetToolTipInfo | Exposes the GetToolTipInfo Codejock COM event in the DataFlex proxy class This exposes the GetToolTipInfo Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComGiveFeedback | Exposes the GiveFeedback Codejock COM event in the DataFlex proxy class This exposes the GiveFeedback Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComGroupOrderChangedEx | Exposes the GroupOrderChangedEx Codejock COM event in the DataFlex proxy class This exposes the GroupOrderChangedEx Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComHScroll | Exposes the HScroll Codejock COM event in the DataFlex proxy class This exposes the HScroll Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComHyperlinkClick | Exposes the HyperlinkClick Codejock COM event in the DataFlex proxy class This exposes the HyperlinkClick Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComInplaceButtonDown | Exposes the InplaceButtonDown Codejock COM event in the DataFlex proxy class This exposes the InplaceButtonDown Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComInplaceEditChanging | Exposes the InplaceEditChanging Codejock COM event in the DataFlex proxy class This exposes the InplaceEditChanging Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComItemButtonClick | Exposes the ItemButtonClick Codejock COM event in the DataFlex proxy class This exposes the ItemButtonClick Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComItemCheck | Exposes the ItemCheck Codejock COM event in the DataFlex proxy class This exposes the ItemCheck Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComKeyDown | Exposes the KeyDown Codejock COM event in the DataFlex proxy class This exposes the KeyDown Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComKeyUp | Exposes the KeyUp Codejock COM event in the DataFlex proxy class This exposes the KeyUp Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComMeasurePreviewItem | Exposes the MeasurePreviewItem Codejock COM event in the DataFlex proxy class This exposes the MeasurePreviewItem Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComMeasureRow | Exposes the MeasureRow Codejock COM event in the DataFlex proxy class This exposes the MeasureRow Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComMouseDown | Exposes the MouseDown Codejock COM event in the DataFlex proxy class This exposes the MouseDown Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComMouseMove | Exposes the MouseMove Codejock COM event in the DataFlex proxy class This exposes the MouseMove Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComMouseUp | Exposes the MouseUp Codejock COM event in the DataFlex proxy class This exposes the MouseUp Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComOLEDragDrop | Exposes the OLEDragDrop Codejock COM event in the DataFlex proxy class This exposes the OLEDragDrop Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComOLEDragOver | Exposes the OLEDragOver Codejock COM event in the DataFlex proxy class This exposes the OLEDragOver Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComPlusMinusClick | Exposes the PlusMinusClick Codejock COM event in the DataFlex proxy class This exposes the PlusMinusClick Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComPreviewKeyDown | Exposes the PreviewKeyDown Codejock COM event in the DataFlex proxy class This exposes the PreviewKeyDown Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComRecordsDropped | Exposes the RecordsDropped Codejock COM event in the DataFlex proxy class This exposes the RecordsDropped Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComReCreated | Exposes the ReCreated Codejock COM event in the DataFlex proxy class This exposes the ReCreated Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComRequestEdit | Exposes the RequestEdit Codejock COM event in the DataFlex proxy class This exposes the RequestEdit Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComRowDblClick | Exposes the RowDblClick Codejock COM event in the DataFlex proxy class This exposes the RowDblClick Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComRowExpanded | Exposes the RowExpanded Codejock COM event in the DataFlex proxy class This exposes the RowExpanded Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComRowHeightChanged | Exposes the RowHeightChanged Codejock COM event in the DataFlex proxy class This exposes the RowHeightChanged Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComRowRClick | Exposes the RowRClick Codejock COM event in the DataFlex proxy class This exposes the RowRClick Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComSelectionChanged | Exposes the SelectionChanged Codejock COM event in the DataFlex proxy class This exposes the SelectionChanged Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComSelectionChanging | Exposes the SelectionChanging Codejock COM event in the DataFlex proxy class This exposes the SelectionChanging Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComSortOrderChanged | Exposes the SortOrderChanged Codejock COM event in the DataFlex proxy class This exposes the SortOrderChanged Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComValueChanged | Exposes the ValueChanged Codejock COM event in the DataFlex proxy class This exposes the ValueChanged Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComValueChanging | Exposes the ValueChanging Codejock COM event in the DataFlex proxy class This exposes the ValueChanging Codejock COM event in the DataFlex proxy class. | cCJGridControl |
| OnComVScroll | Exposes the VScroll Codejock COM event in the DataFlex proxy class This exposes the VScroll Codejock COM event in the DataFlex proxy class. | cCJGridControl |
Inherited Events from cComActiveXControl
| Name | Description | Defining Class |
|---|---|---|
| OnBeforeInPlaceActivate | cComActiveXControl | |
| OnChange | Can perform a task each time the ActiveX control's 'binded' property is changed | cComActiveXControl |
| OnControlValueChanged | Notifies the control that the Value Property in the ActiveX control has changed The OnControlValueChanged event notifies the control that the Value Property in the ActiveX control has changed. | cComActiveXControl |
| OnCreate | Sent right after a COM object is created The OnCreate event is always sent right after a COM object is created. | cComActiveXControl |
| OnKillFocus | Sent whenever the object is about to lose the focus This event message is sent whenever the object is about to lose the focus. | cComActiveXControl |
| OnSetFocus | Sent whenever windows is about to give this object the focus This event message is sent whenever windows is about to give this object the focus. | cComActiveXControl |
| Prompt_Callback | Sends a callback event to an object that requested a prompt object | cComActiveXControl |
| Shadow_Display | Called whenever a change in shadow state occurs, or when an object is paged The Shadow_Display event is called whenever a change in shadow state occurs, or when an object is paged. | cComActiveXControl |
Inherited Events from DfInPlaceComObject
| Name | Description | Defining Class |
|---|---|---|
| OnCreate | DfInPlaceComObject |
Inherited Events from DfComUIObject
| Name | Description | Defining Class |
|---|---|---|
| Command | Sent from external controls Command messages are sent from external controls. | DfComUIObject |
| Key | Augmented to implement the GUI keyboard interface The Key message is augmented to implement the GUI keyboard interface. | DfComUIObject |
Inherited Events from cUIObject
| Name | Description | Defining Class |
|---|---|---|
| Activating | Sent by the object to itself whenever the object is first activated (placed on the screen) | cUIObject |
| Deactivating | Sent to the object when it is being removed from the focus tree The Deactivating event is sent to the object when it is being removed from the focus tree. | cUIObject |
| Entering | Fires when the focus is about to move to a new object, sent to the object receiving the focus | cUIObject |
| Entering_Scope | Sent to the object if its scope_state is true, and one of the objects within its scope takes the focus | cUIObject |
| Error_Report | Used by the error object to display errors The Error_Report procedure is used by the error object to display errors. | cUIObject |
| Exiting | Fires when the focus is about to move to a new object, sent to the object losing the focus When the focus is about to move to a new object, the exiting event is sent to the object losing the focus. | cUIObject |
| Exiting_Scope | Sent whenever the focus is moving to an object that is outside the current scope The Exiting_Scope event is sent whenever the focus is moving to an object that is outside the current scope. | cUIObject |
| Mouse_Click | Sent whenever the first button of the mouse is double clicked on an item or in the edit window of the object | cUIObject |
| Mouse_Click2 | Sent whenever the second button of the mouse is double clicked on an item or in the edit window of the object | cUIObject |
| Mouse_Down | Sent whenever the first button of the mouse is pressed down while on an item or in the edit window of the object | cUIObject |
| Mouse_Down2 | Sent whenever the second button of the mouse is pressed down while on an item or in the edit window of the object | cUIObject |
| Mouse_Drag | Sent whenever the first button of the mouse is being held down while users drag the mouse cursor from one item or edit line of the object to the next | cUIObject |
| Mouse_Drag2 | Sent whenever the second button of the mouse is being held down while users drag the mouse cursor from one item or edit line of the object to the next | cUIObject |
| Mouse_Up | Sent whenever the first button of the mouse is released while on an item is in the edit window of the object Mouse_Up is sent whenever the first (normally the left) mouse button is released. | cUIObject |
| Mouse_Up2 | Sent whenever the second button of the mouse is released while on an item is in the edit window of the object Mouse_Up2 is sent whenever the second (normally the right) mouse button is released. | cUIObject |
| OnChildWrapping | Called any time a wrapping event occurs The OnChildWrapping message is sent any time a wrapping event occurs. | cUIObject |
| OnEnterArea | Hook for entering an area, sent to the entered object's container and its parent containers | cUIObject |
| OnEnterObject | Hook for entering an object, sent to the entered object Called after the navigation event is complete, so Focus(Self) is always the "to" object. | cUIObject |
| OnExitArea | Hook for exiting an area, sent to the exited object's container and its parent containers | cUIObject |
| OnExitObject | Hook for exiting an object, sent to the exited object Called after the navigation event is complete, so Focus(Self) is always the "to" object. | cUIObject |
| Page | Used internally to create a Windows control for a DataFlex object Used internally to create a Windows control for a DataFlex object. | cUIObject |
| Page_Delete | Used internally to delete a Windows control for a DataFlex object Used internally to delete a Windows control for a DataFlex object. | cUIObject |
Inherited Events from cObject
| 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 |