ItemCollectionTransitionTriggers Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |