Search
NotifyCollectionChangedEventArgs Members
Constructors Properties
 


Provides data for CollectionChanged events.

The following tables list the members exposed by the NotifyCollectionChangedEventArgs type.

 Public Constructors

  Name Description

NotifyCollectionChangedEventArgs

Initializes a new instance of the NotifyCollectionChangedEventArgs class.

 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