I'm trying to work with Bing Maps in WPF, but everything is confusing as searching online leads me to false hope. I'll search for something, but get the AJAX version instead of the WPF version. If anyone can point me to proper documentation or help with this issue then I will be forever in their debt.
I have a map in my WPF app that I would like to track when a user is scrolling. I tried tying the map to the DragEnter event, but that didn't do anything. My question is if there is an event that I can use to check if the user is panning or zooming through the map?
Thanks in advance.