ItemCollectionTransitionCompletedEventArgs Class

Definition

Provides data for the TransitionCompleted event that is raised when a transition animation has completed.

public ref class ItemCollectionTransitionCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ItemCollectionTransitionCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ItemCollectionTransitionCompletedEventArgs
Public NotInheritable Class ItemCollectionTransitionCompletedEventArgs
Inheritance
Object Platform::Object IInspectable ItemCollectionTransitionCompletedEventArgs
Attributes

Properties

Element

Gets the UIElement that was animated.

Transition

Gets the ItemCollectionTransition whose animations have completed.

Applies to

See also