thomasclaudiushuber / mvvmgen-samples

Contains sample applications built with .NET, XAML, and MvvmGen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPF: EmployeeView - CheckBox IsDeveloper is not binded with model

tkovnik opened this issue · comments

Project: EmployeeManager.Wpf
EmployeeView.Xaml line 38.

CheckBox does not have its property IsChecked binded with model property "IsDeveloper". Changes on UI does not commit into model.


Great library btw! Was looking for some alternative to MVVMLight.

Thanks @tkovnik, great catch! 👍🏼

It's fixed now.


Happy to read you like the library.