C# WPF Tutorial #24 – Using RelayCommand in MVVM



C# WPF Tutorial #24 – Using RelayCommand in MVVM

C# WPF Tutorial #24 - Using RelayCommand in MVVM

Continuing to implement the MVVM pattern, adding RelayCommands so that we an bind our button commands to actions in our view models!

Happy Coding!

Chapters:

0:00 Setup
0:37 Button Command Binding
1:00 Implementing ICommand (RelayCommand)
4:25 Using RelayCommand
6:00 Using Predicates (CanExecute)
8:40 Recap & Tips
9:20 Next Up