I\'ve implemented a GenericCollection using IBindingList, and it works great and fires events for when items are added or removed. It doesn\'t fire events when items are changed/edited as expected. Is
I\'m not sure if this is possible using a CollectionBase class.I\'d like to know when somebody is accessing an item in a CollectionBase class.
I want开发者_JS百科 to create a class that inherits from CollectionBase, but it seems that it does not support LINQ extensions!
We have an application structured roughly like this: <Grid x:Name=\"LayoutRoot\"> <ScrollViewer>