Greetings,
I'm using a SimpleMarkerOverlay with its DragMode property set to MarkerDragMode.Drag. I've used the Click event in the past and this works fine. However, I need an event to be raised with a "mouseUp" after the user has finished dragging the marker. I need this event so that I can capture the lat and long of the marker after the user finishes dragging.
Is there an easy way to do this?
Thanks for all your help,
Joe