By BlackWasp
via blackwasp.co.uk
Published: Jan 16 2013 / 08:27
The INotifyPropertyChanged interface is applied to classes that need to create notifications when their property values are updated. One problem with the usual manner of implementing the interface is the use of literal strings to specify property names.
Add your comment