I am using LongListSelector control on Windows Phone 8 and can\'t figure out the best way to handle a tap on an item. The few examples I\'ve found rely on the SelectionChang
private void Item_tap(object sender, RoutedEventArgs e) { var element = (FrameworkElement)sender; DataSource data = (DataSource)element.DataContext; }