AdaptiveGridView.PrepareContainerForItemOverride Method

Definition

Prepares the specified element to display the specified item.

protected override void PrepareContainerForItemOverride (Windows.UI.Xaml.DependencyObject obj, object item);
override this.PrepareContainerForItemOverride : Windows.UI.Xaml.DependencyObject * obj -> unit
Protected Overrides Sub PrepareContainerForItemOverride (obj As DependencyObject, item As Object)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The element that's used to display the specified item.

item
Object

The item to display.

Applies to