[]
Extended version of ObservableCollection<T>.
public class ObservableCollectionEx<TItem> : ObservableCollection<TItem>, IList<TItem>, ICollection<TItem>, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable
TItem
The type of collection item.
public ObservableCollectionEx()
Gets a value indicating whether the collection was changed.
public bool Changed { get; set; }
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
protected override void OnPropertyChanged(PropertyChangedEventArgs e)