I'm creating an WP7-app with a PhoneApplicationPage containing a ListBox.
When the user selects an item in the ListBox another page will be opened.
Now I'm confused a bit: Which ListBox event handler should I use to detect the selection, Tap or SelectionChanged? And how do I get the tapped item in case of Tap?