Hello,
I am using client side calls to PanMapByScreenPixel to allow user to move around the map.
Also, I am mapping the server side event .ExtentChanged.
The ExtentChanged server side event is used to do some Marker manipulations when user zooms, problem is, I also get post backs when the user pans.
Is there a way to cancel the ExtentChanged event on user pan ?
If not, can I differentiate between pan post backs and zoom post backs ?
Thank you in advance,
Runny