| ObservableListAdapterT Class |
Adapter to return an
IList from an
IListT.
Most objects that implement
IListT also implement
IList,
however
IListT does not derive from
IList, so if you get
only an interface and don't know the object behind the
IListT, its not safe to directly cast to
IList.
This object provides a wrapper that handles the transition from
IListT to
IList, preserving observable events.
Use e.g. for ListCollectionView to feed it with an
IObservableCollectionT.
Inheritance Hierarchy SystemObject TomsToolbox.ObservableCollectionsObservableListAdapterT Namespace: TomsToolbox.ObservableCollectionsAssembly: TomsToolbox.ObservableCollections (in TomsToolbox.ObservableCollections.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public class ObservableListAdapter<T> : IList,
ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class ObservableListAdapter(Of T)
Implements IList, ICollection, IEnumerable, INotifyCollectionChanged,
INotifyPropertyChanged
Type Parameters
- T
- The type of elements in the list.
The ObservableListAdapterT type exposes the following members.
Constructors Properties Methods Events Extension Methods See Also