Table of Contents

Enum BindingStatus

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

Status of the Binding

public enum BindingStatus

Fields

Active = 2

Binding has been successfully activated

AsyncRequestPending = 4

Binding is waiting for an async operation to complete

Detached = 3

Binding has been detached from its target

Inactive = 1

Binding has not yet been activated

PathError = 5

error - source path could not be resolved

Unattached = 0

Binding has not yet been attached to its target

UpdateSourceError = 7

error - the value could not be sent to the source

UpdateTargetError = 6

error - a legal value could not be obtained from the source