C# WPF Tutorial #24 - Using RelayCommand in MVVM

Channel:
Subscribers:
8,960
Published on ● Video Link: https://www.youtube.com/watch?v=s7pt3EkDyq4



Duration: 9:41
42,840 views
851


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







Tags:
C#
WPF
MVVM
ViewModel
RelayCommand
ICommand
Predicate