[]
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
| Name | Description |
|---|---|
| TItem | The type of collection item. |
| Name | Description |
|---|---|
| ObservableCollectionEx() |
| Name | Description |
|---|---|
| Changed | Gets a value indicating whether the collection was changed. |
| Name | Description |
|---|---|
| OnCollectionChanged(NotifyCollectionChangedEventArgs) | |
| OnPropertyChanged(PropertyChangedEventArgs) |