Skip to main content
Version: 4.1

BindingCompleteContext

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies the direction of the binding operation.

public enum BindingCompleteContext : Enum

Fields

NameDescription
ControlUpdateThe control property value is being updated from the data source.
DataSourceUpdateThe data source value is being updated from the control property.

Used By

NameDescription
BindingCompleteEventArgs.BindingCompleteContextReturns the direction of the binding operation.