How can I raise a CollectionChanged event on an ObservableCollection, and pass it the changed items?

后端 未结 2 1993
太阳男子
太阳男子 2020-12-30 23:37

I have a class that inherits from ObservableCollection and adds a few additional methods such as AddRange and RemoveRange

My b

2条回答
  •  旧巷少年郎
    2020-12-31 00:17

    This works fine for me "stand-alone". Meaning I'm not using an ObservableCollection for data binding. So it's not an ObservableCollection issue but rather a ListCollectionView limitation.

    Please read the following article, it's a very interesting read:

    Nathan Nesbit's Blog

提交回复
热议问题