Archives
-
How to implement Property Changed notification in WPF with a base ViewModel
Implement property changed notifications is tedious, there are some posts about how to implement it in a strongly-typed way. I decided combine that technique with a way to simplify the implementation of the setter.