ILayout.itemsAdded method

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Called when items are added to the itemDataSource.

Syntax

iLayout.itemsAdded(elements);

Parameters

  • elements
    Type: HTMLElement[]

    The elements that represent the items that were added.

Return value

This method does not return a value.

Remarks

You must implement this method, but it doesn't need to do anything unless you want to play an animation for the added objects.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayout