Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the destination property to the value of the source property.
Syntax
var object = WinJS.Binding.oneTime(source, sourceProperties, dest, destProperties);
Parameters
source
Type: objectThe source object.
sourceProperties
Type: objectThe path on the source object to the source property.
dest
Type: objectThe destination object.
destProperties
Type: objectThe path on the destination object to the destination property.
Return value
Type: Object
An object with a cancel method that is used to coalesce bindings.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |