What is the best way to specify a property name when using INotifyPropertyChanged?
Most examples hardcode the property name as an argument on the PropertyChanged E
You might be interessted in this discussion about
"Best Practices: How to implement INotifyPropertyChanged right?"
too.