View Resource
Source
marlongrech.wordpress.com (C# Disciples), posted 2010-05-30
Added By
BillHenn on 2010-06-05
Vitals
0score
- 5218 total views
Summary
An implementation of a property observer object that makes it easy to process property change events.
Excerpt
"The INotifyPropertyChanged is what tells the WPF/SL binding that a property changed and that the binding should be updated. For this purpose its quite good. But what many times we end up doing is; handling the PropertyChanged in code so that we get notified that a property changed. An example is a ViewModel that need to know when a property in the underlying model changed and if it did it will do something to facilitate the View."
Full Link
About C# Disciples
Marlon Grech is a software consultant who loves C# and is addicted to the WPF technology. He is a Microsoft MVP and is a member of the WPF Disciples group. His blog focuses mainly on WPF but sometimes covers other .NET-related items. He maintains an open source project called AvalonControlsLibrary. http://marlongrech.wordpress.com/
The WPFpedia resource guide has 15 total links to this site.
Comments
There aren't any comments yet for this resource. Be the first to add one!
Add a Comment
Please log in to post comments.