ListViewBase.PrepareConnectedAnimation(String, Object, String) Method

Definition

Returns a connected animation that's associated with the specified key, data item, and source element.

C#
public ConnectedAnimation PrepareConnectedAnimation(string key, object item, string elementName);

Parameters

key
String

The key for the animation.

item
Object

The data item that is animated out of view.

elementName
String

The name of the element in the ItemTemplate that provides the animated visual.

Returns

The animation with the specified key.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

Product Versions
WinRT Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also