I'd like to alter my legend control so that the user can right click on a map service or a layer within a map service, get a context menu with a "What's this?" option which will return the Service or Layer description from the map service (via webclient.downloadstringasynch()...). I've done similar things with TreeView controls in the past but they have an actual RightMouseButtonDown event - LayerItemViewModels do not as far as I can see. Is it possible to wire a mouse event to the Legend's controls? If so, can I get a hint in the right direction? Thanks,
Terry