ItemsChangedEventArgs Class

Definition

Provides data for the ItemsChanged event.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ItemsChangedEventArgs
Inheritance
Object ItemsChangedEventArgs
Attributes

Properties

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.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also