Interface IObservableList<T>
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
A IList which implements INotifyCollectionChanged
public interface IObservableList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged
Type Parameters
T
- Extension Methods