Connected.UnregisterListItemForConnectedAnimation Method

Definition

Unregisters an element (part of a DataTemplate in a list control) from the ConnectedAnimations service

public static void UnregisterListItemForConnectedAnimation (this Windows.UI.Xaml.Controls.Page page, Windows.UI.Xaml.Controls.ListViewBase listViewBase, string key);
static member UnregisterListItemForConnectedAnimation : Windows.UI.Xaml.Controls.Page * Windows.UI.Xaml.Controls.ListViewBase * string -> unit
<Extension()>
Public Sub UnregisterListItemForConnectedAnimation (page As Page, listViewBase As ListViewBase, key As String)

Parameters

page
Windows.UI.Xaml.Controls.Page

The parent page of the list control

listViewBase
Windows.UI.Xaml.Controls.ListViewBase

The list control (such as ListView or GridView)

key
String

The key used to register the element

Applies to