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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top