# BindingCompleteState

Namespace: **Wisej.Web**

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

Indicates the result of a binding operation.

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

```csharp
public enum BindingCompleteState : Enum
```

{% endtab %}

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

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

{% endtab %}
{% endtabs %}

## Fields

| Name          | Description                                     |
| ------------- | ----------------------------------------------- |
| **DataError** | The binding operation failed with a data error. |
| **Exception** | The binding operation failed with an exception. |
| **Success**   | The binding operation completed successfully.   |

## Used By

| Name                                                                                                                                          | Description                                            |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [BindingCompleteEventArgs.BindingCompleteState](https://docs.wisej.com/api/wisej.web/wisej.web.bindingcompleteeventargs#bindingcompletestate) | Returns the completion state of the binding operation. |
