Remove an item from an ObservableCollection in a CollectionChanged event handler

后端 未结 5 561
逝去的感伤
逝去的感伤 2021-02-02 01:13

I\'m hoping to be able to reject some items after they have been added to an ObservableCollection. I am not able to subclass the ObservableCollection or use any sort of view, s

5条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-02 01:45

    Check out Common Mistakes using Observable Collection.

    Having said that, if you still want to go this route - you can spin a new Thread

提交回复
热议问题