ItemsChangedEventArgs.Action Property

Definition

Gets the action that occurred on the items collection.

C#
public int Action { get; }

Property Value

Int32

The action that occurred.

Remarks

The int values for this property correspond to the values of the CollectionChange enum.

Value Action
0 Reset - The collection is changed.
1 ItemInserted - An item is added to the collection.
2 ItemRemoved - An item is removed from the collection.
3 ItemChanged - An item is changed in the collection.

Applies to

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