Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
145
How to get the mouse right click event on a element
posted

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

  • 30692
    Suggested Answer
    Offline posted

    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