By mswatcher
via csharp.2000things.com
Published: Mar 12 2013 / 11:06
Once you’ve implemented the INotifyPropertyChanged interface in a class, you can subscribe to the PropertyChanged event for an instance of your class. Assuming that you’ve implemented INotifyPropertyChanged properly, the event will fire whenever any property value in the object changes.
Tweet
SaveShareSend
Tags: .net, frameworks, other languages
Add your comment