Skip to content

MtObservableCollection

Rico Suter edited this page Jun 3, 2015 · 1 revision

ObservableCollection with additional features.

Additional and improved features:

  • AddRange() method to add a collection of items which triggers only one CollectionChanged event
  • Publicly exposed PropertyChanged event (not only CollectionChanged event).
  • The ExtendedCollectionChanged event always provides a correct list of added and removed items (even it the collection has been resetted, e.g. by calling the Clear() method).
Clone this wiki locally