Any WinRT iCommand/CommandBinding implementaiton samples out there?

Viewed 7050

Abstracting commands into the View Model is a valuable practice with XAML/MVVM projects. I get that. And, I see ICommand in in WinRT; but, how do we implement it? I haven't found a sample that actually works. Anyone know?

5 Answers
Related