Read original post at Marco Minerva's Blog
The ItemClick event of GridView and ListView in WinRT contain an ItemClickEventArgs argument that allows us to retrieve the clicked item. These controls don’t expose a Command property that can be binded to a property in a ViewModel. So, if you want to follow an MVVM approach and we need to execute a command when an item is clicked, we have two alternatives.