CollectionChange Enumeration

Describes the action that causes a change to a collection.

Syntax

public enum class CollectionChange  

Remarks

There is only one notification per type of change to a collection. For example, if an item is inserted, then only a notification for an insertion is sent to a listener that is subscribed to receive change notifications. Use the Index property of the IVectorChangedEventArgs interface or the Key property of the IMapChangedEventArgs<K> interface to determine the location of the change.

Members

Member Value Description
ItemChanged An item is changed in the collection.
ItemInserted An item is added to the collection.
ItemRemoved An item is removed from the collection.
Reset The collection is changed.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

Windows.Foundation.Collections Namespace