[]
Represents a collection with the CollectionResetting event.
public class ObservableCollectionBase<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ObservableCollectionBase() |
| Name | Description |
|---|---|
| ClearItems() | Removes all items from the collection. |
| Name | Description |
|---|---|
| CollectionResetting | Occurs before all items are removed. |