BindingCompleteContext

Wisej.Web.BindingCompleteContext

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

Specifies the direction of the binding operation.

public enum BindingCompleteContext : Enum

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

Returns the direction of the binding operation.

Last updated