ItemsChangedEventArgs Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The ItemsChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | Gets the action that occurred on the items collection. |
|
ItemCount | Gets the number of items that were involved in the change. |
|
ItemUICount | Gets the number of UI elements involved in the change. |
|
OldPosition | Gets the position in the collection before the change occurred. |
|
Position | Gets the position in the collection where the change occurred. |
Show: