Prod.: Engine, ver.: 6017, ID: 60001133, Bug : When in ActionStart event I cancel the CmdMoveGripoints action an exception occurs

Bug : When in ActionStart event I cancel the CmdMoveGripoints action an exception occurs

Article60001133
TypeBug
ProductEngine
Version6017
Date Added4/26/2010
FixedYes [4/26/2010]
Submitted byGraham Parker
Keywords

Subject

When in ActionStart event I cancel the CmdMoveGripoints action an exception occurs

Summary

The following code raises an exception. public void ActiveDocument_ActionStart(object sender, string actionName, ref bool cancel) { if (actionName == "BaseAction_CmdMoveGripPoints") { cancel = true; return; } }

Solution

Fixed in 6018.