Name | Value | Description | |||
exHostKeyDown | -602 |
Occurs when the user presses a key while an object has the focus.
This identifier handles the KeyDown event of the host. | |||
exHostKeyUp | -604 |
Occurs when the user releases a key while an object has the focus.
This identifier handles the KeyUp event of the host. | |||
exHostKeyPress | -603 |
Occurs when the user presses and releases an ANSI key.
This identifier handles the KeyPress event of the host. | |||
exHostClick | -600 |
Occurs when the user presses and then releases the left mouse button over the control.
This identifier handles the Click event of the host. | |||
exHostMouseMove | -606 |
Occurs when the user moves the mouse.
This identifier handles the MouseMove event of the host. | |||
exHostMouseDown | -605 |
Occurs when the user presses a mouse button.
This identifier handles the MouseDown event of the host. | |||
exHostMouseUp | -607 |
Occurs when the user releases a mouse button.
This identifier handles the MouseUp event of the host. | |||
exHostDblClick | -601 |
Occurs when the user dblclk the left mouse button over an object.
This identifier handles the DblClick event of the host. | |||
exHostAddItem | 1 |
Occurs after a new Item has been inserted to Items collection
This identifier handles the AddItem event of the host. | |||
exHostRemoveItem | 2 |
Occurs before removing an Item.
This identifier handles the RemoveItem event of the host. | |||
exHostColumnClick | 3 |
Fired after the user clicks on column's header.
This identifier handles the ColumnClick event of the host. | |||
exHostCellImageClick | 4 |
Occurs when the user clicks the cell's icon.
This identifier handles the CellImageClick event of the host. | |||
exHostCellStateChanged | 5 |
Fired after cell's state has been changed.
This identifier handles the CellStateChanged event of the host. | |||
exHostSelectionChanged | 6 |
Fired after a new item has been selected.
This identifier handles the SelectionChanged event of the host. | |||
exHostAddColumn | 7 |
Fired after a new column has been added.
This identifier handles the AddColumn event of the host. | |||
exHostRemoveColumn | 8 |
Fired before deleting a column.
This identifier handles the RemoveColumn event of the host. | |||
exHostOversizeChanged | 9 |
Occurs when the right range of the scroll has been changed.
This identifier handles the OversizeChanged event of the host. | |||
exHostOffsetChanged | 10 |
Occurs when the scroll position has been changed.
This identifier handles the OffsetChanged event of the host. | |||
exHostRClick | 11 |
Fired when right mouse button is clicked.
This identifier handles the RClick event of the host. The control fires the Context event, once the user right clicks the host. | |||
exHostFormatColumn | 15 |
Fired when a cell requires to format its caption.
This identifier handles the FormatColumn event of the host. | |||
exHostBeforeExpandItem | 16 |
Fired before an item is about to be expanded (collapsed).
This identifier handles the BeforeExpandItem event of the host. | |||
exHostAfterExpandItem | 17 |
Fired after an item is expanded (collapsed).
This identifier handles the AfterExpandItem event of the host. | |||
exHostItemOleEvent | 18 |
Fired when an ActiveX control hosted by an item has fired an event.
This identifier handles the ItemOleEvent event of the host. | |||
exHostLayoutChanged | 19 |
Occurs when column's position or column's size is changed.
This identifier handles the LayoutChanged event of the host. | |||
exHostHyperLinkClick | 20 |
Occurs when the user clicks on a hyperlink cell.
This identifier handles the HyperLinkClick event of the host. | |||
exHostFilterChange | 21 |
Occurs when filter was changed.
This identifier handles the FilterChange event of the host. | |||
exHostTooltip | 22 |
Fired when the control prepares the object's tooltip.
This identifier handles the ToolTip event of the host. | |||
exHostFilterChanging | 24 |
Notifies your application that the filter is about to change.
This identifier handles the FilterChanging event of the host. | |||
exHostAddGroupItem | 31 |
Occurs after a new Group Item has been inserted to Items collection.
This identifier handles the AddGroupItem event of the host. | |||
exHostCellStateChanging | 32 |
Fired before cell's state is about to be changed.
This identifier handles the CellStateChanging event of the host. | |||
exHostDateChange | 50 |
Occurs when the first visible date is changed.
This identifier handles the DateChange event of the host. | |||
exHostChartStartChanging | 51 |
Occurs when the chart is about to be changed.
This identifier handles the ChartStartChanging event of the host. | |||
exHostChartEndChanging | 52 |
Occurs when the chart is about to be changed.
This identifier handles the ChartEndChanging event of the host. | |||
exHostInsideZoom | 53 |
Notifies your application that a date is about to be magnified.
This identifier handles the InsideZoom event of the host. | |||
exHostBeforeDrawPart | 54 |
Occurs just before drawing a part of the control.
This identifier handles the BeforeDrawPart event of the host. | |||
exHostAfterDrawPart | 55 |
Occurs right after drawing the part of the control.
This identifier handles the AfterDrawPart event of the host. | |||
exHostSort | 100 |
Occurs when the control sorts a column.
This identifier handles the Sort event of the host. | |||
exHostEdit | 101 |
Occurs just before editing the focused cell.
This identifier handles the Edit event of the host. | |||
exHostButtonClick | 102 |
Occurs when user clicks on the cell's button.
This identifier handles the ButtonClick event of the host. | |||
exHostChange | 103 |
Occurs when the user changes the cell's content.
This identifier handles the Change event of the host. | |||
exHostError | 104 |
Fired when an internal error occurs.
This identifier handles the Error event of the host. | |||
exHostValidateValue | 105 |
Occurs before user changes the cell's value.
This identifier handles the ValidateValue event of the host. | |||
exHostUserEditorOpen | 106 |
Occurs when an user editor is about to be opened.
This identifier handles the UserEditorOpen event of the host. | |||
exHostUserEditorClose | 107 |
Occurs when an user editor is about to be closed.
This identifier handles the UserEditorClose event of the host. | |||
exHostUserEditorOleEvent | 108 |
Occurs when an user editor fires an event.
This identifier handles the UserEditorOleEvent event of the host. | |||
exHostFocusChanged | 109 |
Occurs when a new cell is focused.
This identifier handles the FocusChanged event of the host. | |||
exHostEditOpen | 110 |
Occurs when the edit operation starts.
This identifier handles the EditOpen event of the host. | |||
exHostEditClose | 111 |
Occurs when the edit operation ends.
This identifier handles the EditClose event of the host. | |||
exHostBarResize | 120 |
Occurs when the bar is moved or resized.
This identifier handles the BarResize event of the host. | |||
exHostCreateBar | 121 |
Fired when the user creates a new bar.
This identifier handles the CreateBar event of the host. | |||
exHostAddLink | 122 |
Occurs when the user links two bars using the mouse.
This identifier handles the AddLink event of the host. | |||
exHostChartSelectionChanged | 123 |
Occurs when the user selects objects in the chart area.
This identifier handles the ChartSelectionChanged event of the host. | |||
exHostDateTimeChanged | 124 |
Notifies your application that the current time is changed.
This identifier handles the DateTimeChanged event of the host. | |||
exHostBarParentChange | 125 |
Occurs just before moving a bar from current item to another item.
This identifier handles the BarParentChange event of the host. | |||
exHostOverviewZoom | 126 |
Occurs once the user selects a new time scale unit in the overview zoom area.
This identifier handles the OverviewZoom event of the host. | |||
exHostHistogramBoundsChanged | 127 |
Occurs when the location and the size of the histogram is changed.
This identifier handles the HistogramBoundsChanged event of the host. | |||
exHostAllowLink | 128 |
Notifies at runtime when a link between two bars is possible.
This identifier handles the AllowLink event of the host. | |||
exHostBarResizing | 129 |
Occurs when a bar is moving or resizing.
This identifier handles the BarResizing event of the host. | |||
exHostAllowAutoDrag | 130 |
Occurs when the user drags the item between InsertA and InsertB as child of NewParent
This identifier handles the AllowAutoDrag event of the host. | |||
exHostScrollButtonClick | 200 |
Occurs when the user clicks a button in the scrollbar.
This identifier handles the ScrollButtonClick event of the host. | |||
exHostAnchorClick | 450 |
Occurs when an anchor element is clicked.
This identifier handles the AnchorClick event of the host. |