ILayout.releaseItem method

This API is no longer supported. Starting with the Windows Library for JavaScript 2.0 Preview, use the ILayout2 interface. Called when an item is being released.

Syntax

iLayout.releaseItem(element);

Parameters

  • element
    Type: HTMLElement

    The element being released.

Return value

This method does not return a value.

Remarks

Use this method to deallocate any resources that are no longer needed for the item.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ILayout