ILayout.itemsRemoved 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 removed from the itemDataSource.
Syntax
iLayout.itemsRemoved(elements);
Parameters
- elements
-
Type: HTMLElement[]
The elements that represent the items that were removed.
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 removed objects.
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: