Hi,
I'm having some problems getting the Double Click and Click events to work on the map. In my application I can get the Double Click event to fire but when it fires the Click Event fires on the map too. Is this how it's supposed to work? I thought that maybe that only the Double Click event would be fired.
In order to try and find out more I tried a simple test on the Display A Simple Map sample that comes with the product. What I did in this scenario was add the event handler for the Map.Click Event and Map.Double Click event. In this simple sample the Map.Click event always fired but the Double Click event never would. I'm wondering if there is some bugs with these events or if I'm doing something wrong.
Can you tell me how the events are supposed to work?
Thanks!