Article | 60000026 |
Type | Bug |
Product | Engine |
Version | 6001 |
Date Added | 2/16/2007 |
Fixed | (2/16/2007) |
Submitted by | Stavros Meimaroglou |
Summary
Events with ActionDraw are not usable in VB 2005
Solution
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.