Xamarin.Forms MVVM Binding CommandParameter to Command

Post Views: 4,337 In the previous two posts on Xamarin forms, we saw how to pass CommandParameter with TapGestureRecognizers and with Button click event. Today we will see an example how to pass CommandParameter to a binding command in MVVM Xamarin application. The app contains two buttons, one will add 1 and other will minus … Continue reading Xamarin.Forms MVVM Binding CommandParameter to Command