Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic CollectionBase !: INotifyCollectionChanged (Read 1346 times)
kpozin
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Aug 19th, 2010
CollectionBase !: INotifyCollectionChanged
Sep 2nd, 2010 at 8:20pm
Print Post  
The documentation states that the CollectionBase<T,E>
Quote:
Defines a collection that raises events to notify when elements are added to or removed from it.

This is precisely the purpose of the INotifyCollectionChanged interface in System.Collections.Specialized.

Is there a reason the MindFusion.Diagramming.Silverlight collections don't implement this standard interface? Could you please add support for this in the next version? (It's a pretty trivial change.)

Thanks!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: CollectionBase !: INotifyCollectionChanged
Reply #1 - Sep 2nd, 2010 at 8:44pm
Print Post  
Ok, we'll try to implement the standard interface for the next release of the Silverlight version. I suppose we have this class from our Windows Forms control' code, and INotifyCollectionChanged was added with .NET 3 while we still support .NET 2.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint