Get Selected Item from Windows Phone listbox in Hold event
问题 I have a pretty basic Listbox in my Windows phone 8 app. It's not data bound to anything, it's just an empty listbox. <ListBox Margin="0,10" Name="lstStops" SelectionChanged="favouriteSelection" Hold="favouriteSelectionHold" FontSize="28"> <ListBox.Items> </ListBox.Items> </ListBox> I want to be able to give the user the option to delete items from this list by pressing and holding on the item. I have added an onHold event which is firing when the user presses on an item in the list and holds