BindingStatus Enumeration
.NET Framework 4.5
Describes the status of a binding.
Namespace: System.Windows.Data
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
| Member name | Description | |
|---|---|---|
| Unattached | The binding has not yet been attached to its target property. | |
| Inactive | The binding has not been activated. | |
| 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. | |
| Detached | The binding has been detached from its target property. | |
| AsyncRequestPending | The binding is waiting for an asynchronous operation to complete. | |
| PathError | The binding was unable to resolve the source path. | |
| UpdateTargetError | The binding could not successfully return a source value to update the target value. For more information, see the remarks on FallbackValue. | |
| UpdateSourceError | The binding was unable to send the value to the source property. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.