= Using ICommands in MVVM = I've created my own generic type !DelegateCommand to illustrate my implementation. You will notice that my actions and predicates take an object. This allows me to pass an object in as a !CommandParameter. I'll show a XAML fragment first and then the !DelegateCommand. {{{#!highlight html ...