Posts tagged refactoring
Creating a type-safe implementation of the INotifyPropertyChanged interface
Aug 17th
When working with Silverlight two-way binding (and not only there) you need to implement the INotifyPropertyChanged interface in order to notify any observers that the property values of the object have changed.