List.notifyMutated method

0 out of 2 rated this helpful - Rate this topic

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.

Requirements

Namespace

WinJS.Binding

Library

Base.js

See also

List

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.