Skip to main content
Version: 3.5

BindingCompleteState

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Indicates the result of a binding operation.

public enum BindingCompleteState : Enum

Fields

NameDescription
DataErrorThe binding operation failed with a data error.
ExceptionThe binding operation failed with an exception.
SuccessThe binding operation completed successfully.

Used By

NameDescription
BindingCompleteEventArgs.BindingCompleteStateReturns the completion state of the binding operation.