This topic has not yet been rated - Rate this topic

observableMixin.notify method

Notifies listeners that a property value was updated.

Syntax


observableMixin.notify(name, newValue, oldValue).done( /* Your success and error handlers */ );

Parameters

name

Type: String

The name of the property that is being updated.

newValue

Type: Object

The new value for the property.

oldValue

Type: Object

The old value for the property.

Return value

Type: Promise

A promise that is completed when the notifications are complete.

Requirements

Namespace

WinJS.Binding

Library

Base.js

See also

observableMixin

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.