Prod.: Engine, ver.: 6, ID: 60000026, Bug : Events with ActionDraw are not usable in VB 2005

Bug : Events with ActionDraw are not usable in VB 2005

Article60000026
TypeBug
ProductEngine
Version6
Date Added2/16/2007
FixedYes [2/16/2007]
Submitted byStavros Meimaroglou
Keywords

Subject

Events with ActionDraw are not usable in VB 2005

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.