ItemsChangedEventArgs Properties
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public property Action Gets the action that occurred on the items collection.
Public property ItemCount Gets the number of items that were involved in the change.
Public property ItemUICount Gets the number of UI elements involved in the change.
Public property OldPosition Gets the position in the collection before the change occurred.
Public property Position Gets the position in the collection where the change occurred.
Top

Show:
© 2017 Microsoft