Two questions about map click events:
1) What's the best way to handle MapDoubleClick events? I'd like to get the Wold Coordinates (in DecimalDegrees) where the user clicked on the WinformsMap control. I've successfully used the WinformsMap.MapClick event in the past. However there doesn't seem to be an analogous one for DoubleClick
2) What's the best way to programatically generate these map click events. I'd like to create a unit test to very that my handlers are working properly.