Click or drag to resize

IObservableCollectionT Interface

Namespace:  TomsToolbox.ObservableCollections
Assembly:  TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll)
Syntax
public interface IObservableCollection<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Type Parameters

T
The type of elements in the list.
See Also