ItemsChangedEventArgs
ItemsChangedEventArgs
ItemsChangedEventArgs
ItemsChangedEventArgs
Class
Definition
Provides data for the ItemsChanged event.
public : sealed class ItemsChangedEventArgs : IItemsChangedEventArgspublic sealed class ItemsChangedEventArgs : IItemsChangedEventArgsPublic NotInheritable Class ItemsChangedEventArgs Implements IItemsChangedEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Action Action Action Action
Gets the action that occurred on the items collection.
public : int Action { get; }public int Action { get; }Public ReadOnly Property Action As int// This API is not available in Javascript.
- Value
- int int int int
Returns the action that occurred.
ItemCount ItemCount ItemCount ItemCount
Gets the number of items that were involved in the change.
public : int ItemCount { get; }public int ItemCount { get; }Public ReadOnly Property ItemCount As int// This API is not available in Javascript.
- Value
- int int int int
Integer that represents the number of items involved in the change.
ItemUICount ItemUICount ItemUICount ItemUICount
Gets the number of UI elements involved in the change.
public : int ItemUICount { get; }public int ItemUICount { get; }Public ReadOnly Property ItemUICount As int// This API is not available in Javascript.
- Value
- int int int int
Integer that represents the number of UI elements involved in the change.
OldPosition OldPosition OldPosition OldPosition
Gets the position in the collection before the change occurred.
public : GeneratorPosition OldPosition { get; }public GeneratorPosition OldPosition { get; }Public ReadOnly Property OldPosition As GeneratorPosition// This API is not available in Javascript.