Provides data for the ObservableCollection<T>.CollectionChanged event.
The following tables list the members exposed by the NotifyCollectionChangedEventArgs(T) type.
Name | Description | |
---|---|---|
Initializes a new instance of the NotifyCollectionChangedEventArgs class. |
Name | Description | |
---|---|---|
Gets or sets the action that caused the event. |
||
Gets the list of new items involved in the change. |
||
Gets the list of items affected by a Replace, Remove, or Reset action. |