Hello,

 

Let's say I have a standard business object with a RejectChanges() method.
What plumbing do I need to implement to notify a WPF interface that the
object as a whole has changed ? As far as I can see, INotifyPropertyChanged
is not appropriate for that (raising an event for every property ??) and
INotifyCollectionChanged has no action specifically for that case. Also, I
would like to not introduce a hard dependency on .NET 3.0 in our business
entity framework component.

 

Any idea ?

 

Thanks !

 

Sébastien

 <http://www.sebastienlorion.com/> www.sebastienlorion.com

 


===================================
This list is hosted by DevelopMentor®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to