the reason the PlotMouseDown event stops, is probably because you are getting CursorMouseDown events instead. You could recreate what you are doing for the PlotMouse events in your CursorMouse events.
If this doesn't work, I suggest the separate plot method with 1 point that I mentioned.
Best Regards,
Chris