Using the ICommand interface with parameters

Опубликовано: 17 Апрель 2026
на канале: Eduardo Rosas
36,127
201

Implement the ICommand interface to replace event handlers on your XAML-based applications and add parameters to the execution.

Check my Complete Xamarin Developer Course on Udemy: https://www.udemy.com/course/complete...

I also have an Advanced Xamarin Masterclass over there: https://www.udemy.com/course/the-adva...

Or you can get my “10 Days of Xamarin. The Step-by-Step guide to iOS and Android Development with C#” book for $5.99! https://gumroad.com/l/10DOX/55omev8

Watch the Introduction to MVVM:    • Introduction to MVVM  

Watch the implementation of the INotifyPropertyChanged interface:    • Implementing the INotifyPropertyChanged in...  

Watch the implementation of the ICommand interface:    • Implementing the ICommand interface  

Watch the implementation of the IValueConverter interface:    • Implementing the IValueConverter interface  

Watch the use of the ObservableCollection class, which implements the INotifyCollectionChanged interface:    • Using the ObservableCollection class