IListDataNotificationHandler.removed method
Raises a notification that an item was removed from the IListDataAdapter object's data source.
Syntax
iListDataNotificationHandler.removed(key, index);
Parameters
key
Type: StringThe key of the item that was removed.
index [optional]
Type: NumberThe index of the item that was removed.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 3.0 |
Namespace |
WinJS.UI |