NotifyingCollectionChangedEventArgs<T> Constructors
Provides data for the NotifyingCollection`1.CollectionChanged event.Name | Parameters | Description |
---|---|---|
NotifyingCollectionChangedEventArgs(IList<T>, IList<T>) | addedItems, removedItems | Initializes a new instance of the NotifyingCollectionChangedEventArgs<T> class. |
See Also