ObservableCollection Doesn't support AddRange method, so I get notified for each item added, besides what about INotifyCollectionChanging?
Asked 07 September, 2021
Viewed 3K times
  • 63
Votes

I want to be able to add a range and get updated for the entire bulk.

I also want to be able to cancel the action before it's done (i.e. collection changing besides the 'changed').


Related Q Which .Net collection for adding multiple objects at once and getting notified?

12 Answer