This documentation is archived and is not being maintained.
BindingStatus Enumeration
Visual Studio 2008
Describes the status of a binding.
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 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: