0
kicks
MVVM Using commands
On my previous post I’ve talked about MVVM in general. I’ve also
demonstrated how data binding with ViewModel works.
There is, however, issue with buttons: Buttons won’t cause
property changes (like TextBox, ComboBox etc. where
you can have TwoWay binding mode) and therefor we cannot
cause the ViewModel to run code through property setters.