Hi, I am trying to get the mouse right click event on a SymbolElement of PathElement. However there is only ElementClick event handler which only take the left button click event. How can I get a Mouse Right Click event?
Thanks
Hi,
The map was designed before right click support in SIlverlight. I would suggest making a feature request for right mouse functionality for the Map.
In the meantime, you should be able to use the ElementHover event to keep track of which element the mouse is over, and then handle the normal right mouse event to insert your logic.
Does that help?
-Graham