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: String
The key of the item that was removed.
- index [optional]
-
Type: Number
The 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 |
See also
Show: