I read this posing about passing multiple parameters as commandParameter in InvokeCommandAction: How to pass Multiple parameters as CommandParameter in InvokeCommandAction In WPF App Using MVVM But that solution is for WPF.
I want to do the same on Windows phone 8.1. The IMultiValueConverter is not available on Windows phone.
How can I do solve it on windows phone?