# BindingCompleteContext

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Specifies the direction of the binding operation.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum BindingCompleteContext : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum BindingCompleteContext As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name                 | Description                                                       |
| -------------------- | ----------------------------------------------------------------- |
| **ControlUpdate**    | The control property value is being updated from the data source. |
| **DataSourceUpdate** | The data source value is being updated from the control property. |

## Used By

| Name                                                                                                                                              | Description                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [BindingCompleteEventArgs.BindingCompleteContext](https://docs.wisej.com/api/wisej.web/wisej.web.bindingcompleteeventargs#bindingcompletecontext) | Returns the direction of the binding operation. |
