Interface ISourceListEx<T>
Inherited Members
IObservableList<T>.Count
IObservableList<T>.CountChanged
IObservableList<T>.Items
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public interface ISourceListEx<T> : ISourceList<T>, IObservableList<T>, IObservableListEx<T>, IObservableList<T>, IEnumerable<T>, IEnumerable, IDisposable, INotifyPropertyChanged, INotifyCollectionChanged
Type Parameters
Name | Description |
---|---|
T |
Extension Methods
NotifyPropertyChangedExtensions.GetPropertyName<TObject, T1>(TObject, Expression<Func<TObject, T1>>)
NotifyPropertyChangedExtensions.WhenAnyProperty<TObject, T1>(TObject, Expression<Func<TObject, T1>>)