callback set on vtkWidgetCallbackMapper - vtkCommand::MouseMoveEvent working randomely in vtk 9

Code snippet

================

->CallbackMapper->SetCallbackMethod(vtkCommand::MouseMoveEvent,
vtkWidgetEvent::Move,
this, vtkOrientationBoxMarkerWidget::MoveAction);

The callback was working perfectly in vtk 5 but not in vtk 9 - hitting occationally.

Any alternatives to invoke mouseMove/ or any other better way?