There's Collection<T>, but it doesn't have event hooks for items added or
removed. I was going to create a descendent that does just that, but before
I do, I want to make sure there isn't already something that exists in the
Framework.
Thanks,
Lee
Chris Mullins [MVP] - 08 Feb 2007 01:43 GMT
There's the BindingList<>. I doubt it's what you want though.
You best best is the set of collections these guys have written:
http://www.itu.dk/research/c5/
Their stuff has all the events and such.

Signature
Chris Mullins, MCSD.NET, MCPD:Enterprise, MVP C#
http://www.coversant.net/blogs/cmullin
s
> There's Collection<T>, but it doesn't have event hooks for items added or
> removed. I was going to create a descendent that does just that, but
[quoted text clipped - 3 lines]
> Thanks,
> Lee
Giulio Petrucci - 08 Feb 2007 09:12 GMT
Hi Chris,
Chris Mullins [MVP] ha scritto:
> You best best is the set of collections these guys have written:
> http://www.itu.dk/research/c5/
cool stuff!
Thank you for the good shot.
Giulio - Italia
Henning Krause [MVP - Exchange] - 08 Feb 2007 07:50 GMT
Hello,
take a look at System.Collections.ObjectModel.Collection<T>. It's an
extensible typed collection.
Best regards,
Henning Krause
> There's Collection<T>, but it doesn't have event hooks for items added or
> removed. I was going to create a descendent that does just that, but
[quoted text clipped - 3 lines]
> Thanks,
> Lee