BindingStatus Enumeration
Describes the status of a binding.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Available since 3.0