fires while view is moving
| pos |
window.attachEvent("onViewMove", function(pos, e){
//code
});
Position object (pos) contains coordinates:
The event fires each time the view is moved to the new position, so you'll have multiple move events during the view moving.