I'm wondering how I can get the "selected"Item on hold event on a grouped longlistselector in WindowsPhone 8 in C#.
I've already read eg. the following Hold Event Longlistselector
But this does not seem to work with a grouped Longlistselector.
Because of the Grouping, the DataContext of my LongListSelector is a List of Lists of the displayed items. Can I somehow access the item on which the hold-event occured?
(Or am I wrong at filling the grouped LongListSelector?)