[]
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Type | Name | Description |
---|---|---|
NotifyCollectionChangedEventArgs | e |
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedAction action, object item, int index)
Type | Name | Description |
---|---|---|
NotifyCollectionChangedAction | action | |
object | item | |
int | index |
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedAction action, IEnumerable<object> items)
Type | Name | Description |
---|---|---|
NotifyCollectionChangedAction | action | |
IEnumerable<object> | items |
Fires the CollectionChanged event.
protected void OnCollectionChanged(NotifyCollectionChangedAction action, IEnumerable<object> items, int index)
Type | Name | Description |
---|---|---|
NotifyCollectionChangedAction | action | |
IEnumerable<object> | items | |
int | index |