Search
NotifyCollectionChangedEventArgs(T) Properties
 


 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