Enum BindingStatus
Status of the Binding
public enum BindingStatus
Fields
Active = 2Binding has been successfully activated
AsyncRequestPending = 4Binding is waiting for an async operation to complete
Detached = 3Binding has been detached from its target
Inactive = 1Binding has not yet been activated
PathError = 5error - source path could not be resolved
Unattached = 0Binding has not yet been attached to its target
UpdateSourceError = 7error - the value could not be sent to the source
UpdateTargetError = 6error - a legal value could not be obtained from the source