NotifyingCollectionChangedEventArgs<T> Properties
Provides data for the NotifyingCollection`1.CollectionChanged event.| Name | Description |
|---|---|
| AddedItems | Gets items added to the NotifyingCollection<T>. |
| RemovedItems | Gets items removed from the NotifyingCollection<T>. |
See Also