SortedListProjection.notifyMutated method

Forces the list to send a itemmutated notification to any listeners for the value at the specified index.
Syntax
sortedListProjection.notifyMutated(index);
Parameters
- index
-
Type: Number
The index of the value that was mutated.
Return value
This method does not return a value.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Binding |
See also
Show: