Interface | Description |
---|---|
ICollectionObserver<T> |
Defines the listener for
ObservableCollection . |
Class | Description |
---|---|
CollectionChangedEventArgs<E> |
Defines a class which contains changes of
ObservableCollection . |
ObservableCollection<E> |
Defines a
List implementation which allows to get notification about adding, removing items from it |
ProjectionCollection<T,TSource> |
Defines special read-only collection which projects items of one collection into another collection according to specified transform function
|
Enum | Description |
---|---|
CollectionChangedEventArgs.Action |
Defines an enumeration with collection changed types.
|