Connected.SetListDataItemForNextConnectedAnimation(Frame, Object) Method

Definition

Sets the object that will be used during next Frame navigation for Connected Animation involving a list control (item must be an element of ListViewBase.ItemsSource collection). Useful if the parameter used during page navigation is different from the data item in the list control. Also useful during back navigation if the item navigating back to is different from the item that was navigated from.

public static void SetListDataItemForNextConnectedAnimation (this Windows.UI.Xaml.Controls.Frame frame, object item);
static member SetListDataItemForNextConnectedAnimation : Windows.UI.Xaml.Controls.Frame * obj -> unit
<Extension()>
Public Sub SetListDataItemForNextConnectedAnimation (frame As Frame, item As Object)

Parameters

frame
Windows.UI.Xaml.Controls.Frame

The Frame handling the navigation

item
Object

The data item from a list control to be animated during next frame navigation

Applies to