0
kicks
WPF – Easy INotifyPropertyChanged Via DynamicObject Proxy
In the WPF/Silverlight world there are many ways to implement INotifyPropertyChanged, but few are very robust. Here's a robust solution using CLR4 dynamic objects