| Article | 60000026 |
| Type | Bug |
| Product | Engine |
| Version | 6 |
| Date Added | 2/16/2007 |
| Fixed | Yes [2/16/2007] |
| Submitted by | Stavros Meimaroglou |
| Keywords |
In version 6002 the following events of vdDocument object was changed
OnActionDraw,ActionFinish,FilterActionPoint,OnInitBaseAction
the parameter action of these events was changed to object instead of VectorDraw.Actions.baseAction
in order to work in VB.NET
If you have already implement those events in your code you need to redefine them and change the parameter action type to object type.