-
Notifications
You must be signed in to change notification settings - Fork 75
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 oneCollectionChangedevent - Publicly exposed
PropertyChangedevent (not onlyCollectionChangedevent). - The
ExtendedCollectionChangedevent always provides a correct list of added and removed items (even it the collection has been resetted, e.g. by calling theClear()method).