Hi Team,
We are using mapsuite silverlight edition 3.0 for our development and need your help.
LayerOverlay
Overlay = new LayerOverlay();
Overlay.OverlayElement.MouseEnter +=
Overlay.OverlayElement.AttachRightClick(ClickCamera);
new MouseEventHandler(OverlayElement_MouseEnter);ToolTipService.SetToolTip(Overlay.OverlayElement, "hhjg");
All the above events on the overlay element is not firing. If this is not the right way then how can we add mouse events, right click event and tooltip set for a feature element added to a overlay? While evaluating the mapsuite version we tried using these events on a simplemarkeroverlay and these events worked fine. Now we are using layeroverlay for keeping things generic and to use value style. Please get back to us on this asap.
Thanks,
Krithika