9
shouts

Adventures in MVVM -- Dependant Properties with INotifyPropertyChanged

posted by BrianGenisioBrianGenisio 123 days, 20 hours, 1 minute ago
Sunday, November 15, 2009 2:11:31 AM GMT

Although I use it all the time, I have always believed that INotifyPropertyChanged has some serious shortcomings. One of those shortcomings deals with dependant properties. This article discusses how to fix that problem by inverting the responsibility of notifying the change from the input properties to the dependant properties.

.

category: Silverlight | clicked: 14 | | source: houseofbilz.com | show counter code
tags: MVVM