Share via


ItemCollectionTransitionCompletedEventArgs.Element Property

Definition

Gets the UIElement that was animated.

public:
 property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemCollectionTransitionCompletedEventArgs.element;
Public ReadOnly Property Element As UIElement

Property Value

The UIElement that was animated.

Applies to