This question is locked. New answers and comments are not allowed.
Edit: Solved. I used the MouseMove event and then wrote this:
Is there a way to get the location of the mouse (in latitude / longitude) besides using the MapMouseClick event?
location =
Location.GetCoordinates(RadMap1, e.GetPosition(RadMap1));
Is there a way to get the location of the mouse (in latitude / longitude) besides using the MapMouseClick event?