BindingCompleteState
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Indicates the result of a binding operation.
- C#
- VB.NET
public enum BindingCompleteState : Enum
Public Enum BindingCompleteState As [Enum]
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 | Returns the completion state of the binding operation. |