List.notifyMutated method

Forces the list to send a itemmutated notification
to any listeners for the value at the specified index.
Syntax
list.notifyMutated(index);
Parameters
- index
-
Type: Number
The index of the value that was mutated.
Return value
This method does not return a value.
Remarks
notifyMutated and
notifyReload are generally used in scenarios where you have
projections (that is, grouping, filtering, and sorting) which are done over properties of your data objects that
have changed. For an applicable code example, see
notifyReload.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Binding |
See also