IPropertyChange

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This is really annoying, I've been using IPropertyChange in the 2.0
Framework. After upgrading to beta 2, it's no longer their. Did the namespace
change, was it removed.

I did notice the INotifyPropertyChanged, but not sure if this is it's
replacement.
 
Joshua Belden said:
This is really annoying, I've been using IPropertyChange in the 2.0
Framework. After upgrading to beta 2, it's no longer their. Did the
namespace
change, was it removed.

I did notice the INotifyPropertyChanged, but not sure if this is it's
replacement.

Yes, System.ComponentModel.INotifyPropertyChanged is it's replacement, but
keep in mind this is still beta and you should expect some changes post
Beta2 to happen especialy in this area.

Note that you consult (and post) to the forum at
http://forums.microsoft.com. prior to posting here.

Willy.
 
Back
Top