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
1531
XamGeographicMap SeriesMouseEnter event has null e.Item
posted

Something I noticed today that I thought I'd pass along in case its a bug.  I'm using a XamGeographicMap control with a GeographicPolylineSeries and multiple GeographicSymbolSeries.  I'm looking at the various events that are available because I need to have the UI do things based on various user interactions.

I noticed that when the SeriesMouseEnter event fires, the e.Item value is null.  I would have expected it to be the data object of the series containing the mouse.  However, I also noticed that when the SeriesMouseMove event fires, the e.Item value is indeed the data object of the series containing the mouse.  Intuitively, this behavior seems inconsistent.

Is this a bug or expected behavior?

Thanks, Steve

Parents Reply Children