Refactoring a PropertyChanged Event Handler
Just a quick code hit I’ve been meaning to blog about … I’ve seen a lot of examples that implement the PropertyChanged event handler of the INotifyPropertyChanged interface. Most of them are demonstrating how to deal with data binding (including my examples) and most of them simply repeat the c