This topic has not yet been rated - Rate this topic

Binding Constructor (Binding)

Silverlight

Initializes a new instance of the Binding class with initial property values copied from the specified Binding.

Namespace:  System.Windows.Data
Assembly:  System.Windows (in System.Windows.dll)
public Binding(
	Binding original
)

Parameters

original
Type: System.Windows.Data.Binding
The Binding to copy.

This constructor creates a shallow copy of the original Binding.

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.