0
kicks
Strongly Typed Property Names
Paul Stovell shows an easy way how you can get the property name as a string, so you can use it in a PropertyChangedEvent without having to 'hard-code' it. This solution will not screw up your PropertyChangedEvents after refactoring a name of a property.
check it out