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.
| Name | Description | |
|---|---|---|
|
Action | Gets the description of the action that caused the event. |
|
NewItems | Gets the items affected by an action. |
|
NewStartingIndex | Gets the index at which the change occurred. |
|
OldItems | Gets the item affected by a Replace or Remove action. |
|
OldStartingIndex | Gets the index at which the change occurred for a Replace or Remove action. |
Show: