When the user is manually moving the map, I'd like to evaluate some criteria and optionally do something when they're finished. I can't seem to find the right MapControl event to hook into for this.
I've tried using CenterChanged, but it fires constantly while the map is moving and degrades performance.
Which MapControl
event can I use to know when the user has finished moving the map?