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

TeeChart for ActiveX, COM and ASP
Post Reply
John P. Francis
Newbie
Newbie
Posts: 15
Joined: Mon Jun 26, 2006 12:00 am
Location: San Diego, Ca.

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

Post by John P. Francis » Mon Dec 11, 2006 8:01 pm

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()

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Dec 15, 2006 4:50 pm

Hi John P. Francis,

We created a list with all TeeChart events and sent it to by e-mail.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

John P. Francis
Newbie
Newbie
Posts: 15
Joined: Mon Jun 26, 2006 12:00 am
Location: San Diego, Ca.

Thanks for the list.

Post by John P. Francis » Fri Dec 15, 2006 6:35 pm

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

Post Reply