I have a Windows Phone 7 project with has two pages (home page, about page). I have implemented the touch event handler on the home page containing some code. When I redirect to the about page and touch on this page, the code in the touch handler in the home page executes.
How I can prevent this handler on the about page?