-
Notifications
You must be signed in to change notification settings - Fork 76
MtObservableCollection
Rico Suter edited this page Jun 3, 2015
·
1 revision
- Package: MyToolkit
- Platforms: All (PCL)
- Inherits from ObservableCollection.
ObservableCollection with additional features.
Additional and improved features:
-
AddRange()
method to add a collection of items which triggers only oneCollectionChanged
event - Publicly exposed
PropertyChanged
event (not onlyCollectionChanged
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 theClear()
method).