ListNotificationHandler.itemAvailable method
Indicates that an IItemPromise was fulfilled and that the item is now available.
Syntax
listNotificationHandler.itemAvailable(item);
Parameters
item
Type: IItem**The fulfilled item.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |