NotifyCollectionChangedEventArgs Properties

NotifyCollectionChangedEventArgs Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The NotifyCollectionChangedEventArgs type exposes the following members.

  NameDescription
Public property Action Gets the description of the action that caused the event.
Public property NewItems Gets the items affected by an action.
Public property NewStartingIndex Gets the index at which the change occurred.
Public property OldItems Gets the item affected by a Replace or Remove action.
Public property OldStartingIndex Gets the index at which the change occurred for a Replace or Remove action.
Top

Show:
© 2017 Microsoft