Search
NotifyCollectionChangedEventArgs Properties
 


 Public Properties

  Name Description

action

Gets the action that caused the event.

index

Gets the index where the change occurred.

newItems

Gets the list of new items involved in the change.

oldItems

Gets the list of the items affected by a Remove action.

 See Also