I want use the event mouse over in the Map Suite? Is possible?
Mouse over
Douglas,
Thank you for your post, sorry to say, in our desktop/Wpf products, we can’t handle the mouse over event.
Any more questions please feel free to let me know.
Regards,
Gary
Hi Douglas,
Actually, in Desktop and Wpf product; even in the pure control in Winform and Wpf; they don't have MouseOver event, but instead, they call it as "MouseEnter", so please try mouse enter to see if it helps. On the other hand, Wpf has a readonly property called "IsMouseOver"; which means you can add a trigger on that property. Please check this article for more detail.
msdn.microsoft.com/en-us/lib...eover.aspx
If you have any trouble implement this, please let us know, our support team will try our best to help you out.
Thanks,
Howard