Page 1 of 1

Where to get a complete list of ActiveX Message-Event Values

Posted: Mon Dec 11, 2006 8:01 pm
by 9531682
When I write my BEGIN_EVENTSINK_MAP stuff, where can I get a list of the other indexes, such as 1 is for OnAfterDraw ... what is the index for OnBeforeDraw ???

BEGIN_EVENTSINK_MAP(CCelulatorView, CFormView)
//{{AFX_EVENTSINK_MAP(CTigerMFCDlg)
ON_EVENT(CCelulatorView, IDC_TCHART1, 1 /* OnAfterDraw */, OnAfterDrawChart, VTS_NONE)
ON_EVENT(CCelulatorView, IDC_TCHART1, 19 /* OnMouseDown */, OnMouseDownChart, VTS_I4 VTS_I4 VTS_I4 VTS_I4)
ON_EVENT(CCelulatorView, IDC_TCHART1, 20 /* OnMouseMove */, OnMouseMoveChart, VTS_I4 VTS_I4 VTS_I4)
ON_EVENT(CCelulatorView, IDC_TCHART1, 21 /* OnMouseUp */, OnMouseUpChart, VTS_I4 VTS_I4 VTS_I4 VTS_I4)
ON_EVENT(CCelulatorView, IDC_TCHART1, 29 /* OnBeforeDrawSeries */, OnBeforeDrawSeriesChart, VTS_NONE)
//}}AFX_EVENTSINK_MAP
END_EVENTSINK_MAP()

Posted: Fri Dec 15, 2006 4:50 pm
by narcis
Hi John P. Francis,

We created a list with all TeeChart events and sent it to by e-mail.

Thanks for the list.

Posted: Fri Dec 15, 2006 6:35 pm
by 9531682
IDs ITChartEvents

1 OnAfterDraw
29 OnBeforeDrawSeries
30 OnBeforeDrawAxes
3 OnClick
4 OnClickAxis
5 OnClickBackground
6 OnClickLegend
7 OnClickSeries
8 OnDblClick
9 OnDragDrop
10 OnDragOver
11 OnEndDrag
12 OnEnter
13 OnExit
14 OnGetAxisLabel
16 OnGetLegendRect
18 OnGetNextAxisLabel
19 OnMouseDown
20 OnMouseMove
21 OnMouseUp
22 OnPageChange
23 OnResize
24 OnScroll
25 OnStartDrag
26 OnUndoZoom
27 OnZoom
2 OnAllowScroll
15 OnGetLegendPos
17 OnGetLegendText
28 OnDatabaseRecord
31 OnTimer
32 OnGetSeriesMark
33 OnGetSeriesPointerStyle
34 OnGetSeriesContourLevel
39 OnBeforeDrawChart
36 OnSeriesBeforeDrawValues
35 OnSeriesAfterDrawValues
37 OnMarkTipToolGetText
40 OnCursorToolChange
41 OnDrawLineToolLineDrag
42 OnDrawLineToolNewLine
43 OnDrawLineToolDraggedLine
44 OnDrawLineToolSelectLine
38 OnCalendarSeriesChange
45 OnSeriesBeforeAdd
201 OnMouseEnterSeries
202 OnMouseLeaveSeries
203 OnSeriesContourBeforeDrawLevel
204 OnSeriesAnimationToolStep
205 OnGanttToolDragBar
206 OnGanttToolResizeBar
207 OnFunctionCalculate
208 OnCompressFunctionGetDate
209 OnGaugeChange
210 OnNearestToolChange
211 OnBeforePrint
212 OnKeyDown
213 OnKeyUp
214 OnLegendScrollBarToolScrolled
215 OnSurfaceNearestToolSelectCell
216 OnDrawAxisLabel
217 OnLegendDrawSymbol
218 OnColorBandToolClick
219 OnRotateToolRotate
220 OnColorLineToolBeginDragLine
221 OnColorLineToolDragLine
222 OnColorLineToolEndDragLine
223 OnDragPointToolDragPoint
224 OnDrawLineToolSelecting
225 OnSelectorToolDragged
226 OnSelectorToolDragging
227 OnSelectorToolResized
228 OnSelectorToolResizing
229 OnSelectorToolSelected
230 OnAnnotationToolClick
231 OnRectangleToolDragging
232 OnRectangleToolResizing
233 OnRectangleToolClick
234 OnSeriesAfterAdd
235 OnGetSeriesBarStyle