ItemCollectionTransitionTriggers Enum

Definition

Defines constants that specify what caused the collection transition animation to occur.

This enumeration supports a bitwise combination of its member values.

public enum class ItemCollectionTransitionTriggers
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class ItemCollectionTransitionTriggers
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum ItemCollectionTransitionTriggers
Public Enum ItemCollectionTransitionTriggers
Inheritance
ItemCollectionTransitionTriggers
Attributes

Fields

CollectionChangeAdd 1

A data object was added to a collection.

CollectionChangeRemove 2

A data object was removed from a collection.

CollectionChangeReset 4

A collection of data objects was significantly changed; for example, it was reset to empty.

LayoutTransition 8

A layout transition occurred; for example, the window was resized.

Applies to