I have an application where the user can move pushpins. When they do, I calculate its new position using the poldSelection in the SelectionChange event, and save the position into the database.
BUT I have found that if the next item clicked is overlapping pushpins (so you get a list of options) and you click "Cancel" then the SelectionChange event is not triggered so the change of position is lost.
Any ideas? Where else can I detect the pin movement? Or force the SelectionChange event?
Many thanks, Stuart