|
| Name | Description |
|---|
 | BeginItemUpdate | |
 | BeginUpdate |
Suspends event notification.
|
 | CallCollectionChanged | |
 | CallCollectionChanging | |
 | ClearItems |
Overridden. Removes all items from the collection.
(Overrides Collection<(Of <(<'T>)>)>..::..ClearItems()()()().) |
 | EndItemUpdate()()()() | |
 | EndItemUpdate(Boolean) |
Resumes event notification.
|
 | EndUpdate()()()() | |
 | EndUpdate(Boolean) |
Resumes event notification.
|
 | InsertItem(Int32, T) |
Overridden. Inserts an item into the collection at the specified index.
(Overrides Collection<(Of <(<'T>)>)>..::..InsertItem(Int32, T).) |
 | InsertItem(Int32, T, Action<(Of <<'(T>)>>)) | |
 | Move |
Moves the item at the specified index to a new location in the collection.
|
 | MoveItem |
Moves the item at the specified index to a new location in the collection.
|
 | NotifyListenersCollectionChanged |
Raises the CollectionChanged event with the provided arguments.
|
 | NotifyListenersCollectionChanging |
Raises the CollectionChanging event with the provided arguments.
|
 | OnCollectionChanged(NotifyCollectionChangedEventArgs) |
Calls the NotifyListenersCollectionChanged method with the provided arguments if not in a batch update.
|
 | OnCollectionChanged(NotifyCollectionChangedAction, Object, Int32) | |
 | OnCollectionChanged(NotifyCollectionChangedAction, Object, Int32, Int32) | |
 | OnCollectionChanged(NotifyCollectionChangedAction, Object, Object, Int32) | |
 | OnCollectionChanging(NotifyCollectionChangingEventArgs) |
Calls the NotifyListenersCollectionChanging method with the provided arguments if not in a batch update.
|
 | OnCollectionChanging(NotifyCollectionChangedAction, Object, Int32) | |
 | OnCollectionChanging(NotifyCollectionChangedAction, Object, Int32, Int32) | |
 | OnCollectionChanging(NotifyCollectionChangedAction, Object, Object, Int32) | |
 | OnCollectionReset | |
 | OnCollectionReseting | |
 | OnNotifyPropertyChanged(PropertyChangedEventArgs) |
Raises the NotifyPropertyChanged event
|
 | OnNotifyPropertyChanged(String) |
Raises the PropertyChanged event
|
 | OnNotifyPropertyChanging(String) |
Raises the PropertyChanging event
|
 | OnNotifyPropertyChanging(PropertyChangingEventArgsEx) |
Raises the NotifyPropertyChanging event
|
 | RemoveItem |
Overridden. Removes the item at the specified index of the collection.
(Overrides Collection<(Of <(<'T>)>)>..::..RemoveItem(Int32).) |
 | SetItem |
Overridden. Replaces the element at the specified index.
(Overrides Collection<(Of <(<'T>)>)>..::..SetItem(Int32, T).) |