Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

BindingStatus Enumeration

 

Describes the status of a binding.

Namespace:   System.Windows.Data
Assembly:  PresentationFramework (in PresentationFramework.dll)

Public Enumeration BindingStatus

Member nameDescription
Active

The binding has been successfully activated. This means that the binding has been attached to its binding target (target) property and has located the binding source (source), resolved the Path and/or XPath, and begun transferring values.

AsyncRequestPending

The binding is waiting for an asynchronous operation to complete.

Detached

The binding has been detached from its target property.

Inactive

The binding has not been activated.

PathError

The binding was unable to resolve the source path.

Unattached

The binding has not yet been attached to its target property.

UpdateSourceError

The binding was unable to send the value to the source property.

UpdateTargetError

The binding could not successfully return a source value to update the target value. For more information, see the remarks on FallbackValue.

You do not typically use this enumeration in XAML.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft