IListBinding.releaseItem method

Creates a request to stop change notifications for the specified item. The change notifications stop when the number of releaseItem calls matches the number of IIItemPromise.retain calls.
Syntax
iListBinding.releaseItem(item);
Parameters
- item
-
Type: Object
The IItem or IItemPromise that should stop receiving notifications.
Return value
This method does not return a value.
Remarks
This method is only available if an IListNotificationHandler was provided when the createListBinding method was called to create this IListBinding.
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also