Class RangeObservableCollection<T>
- Namespace
- Innova.Prism.Library.ClassDefinitions
- Assembly
- Innova.Prism.Library.dll
Represents a collection that provides notifications when items are added, removed, or when the whole collection is reset.
public class RangeObservableCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Type Parameters
T
The type of elements in the collection.
- Inheritance
-
Collection<T>RangeObservableCollection<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Extension Methods
Methods
- AddRange(IEnumerable<T>)
Adds the elements of the specified collection to the end of the collection.
- OnCollectionChanged(NotifyCollectionChangedEventArgs)
Raises the CollectionChanged event with the provided arguments.
- ResumeNotifications()
Resumes the collection change notifications.
- SuspendNotifications()
Suspends the collection change notifications.