ILayout.itemsMoved 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 moved in the itemDataSource.

Syntax

iLayout.itemsMoved();

Parameters

This method has no parameters.

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.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayout