Connected.SetListDataItemForNextConnectedAnnimation(Frame, Object) Method

Definition

Caution

Method is replaced by SetListDataItemForNextConnectedAnimation

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.

[System.Obsolete("Method is replaced by SetListDataItemForNextConnectedAnimation")]
public static void SetListDataItemForNextConnectedAnnimation (this Windows.UI.Xaml.Controls.Frame frame, object item);
[<System.Obsolete("Method is replaced by SetListDataItemForNextConnectedAnimation")>]
static member SetListDataItemForNextConnectedAnnimation : Windows.UI.Xaml.Controls.Frame * obj -> unit
<Extension()>
Public Sub SetListDataItemForNextConnectedAnnimation (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

Attributes

Applies to