Is it possible to catch the 'previous' navigation button to do some processing before the page is popped from the stack?
I have a case where I am building up to two different of lists of items and I need to send these lists to the server when the previous navigation button is pressed. The lists should not be large but it will require a separate service call for each list.