Search
NotifyCollectionChangedEventArgs(T) Members
Constructors Properties
 


Provides data for the ObservableCollection<T>.CollectionChanged event.

The following tables list the members exposed by the NotifyCollectionChangedEventArgs(T) type.

 Public Constructors

  Name Description

NotifyCollectionChangedEventArgs

Initializes a new instance of the NotifyCollectionChangedEventArgs class.

 Public Properties

  Name Description

Action

Gets or sets the action that caused the event.

NewItems

Gets the list of new items involved in the change.

OldItems

Gets the list of items affected by a Replace, Remove, or Reset action.

 See Also