System.Windows.Forms.BindingCompleteContext Enumeration

Specifies the direction of the binding operation.

Syntax

public enum BindingCompleteContext

Remarks

The System.Windows.Forms.BindingCompleteContext enumeration is used by the System.Windows.Forms.BindingCompleteEventArgs class.

Members

Member NameDescription
ControlUpdate

An indication that the control property value is being updated from the data source.

DataSourceUpdate

An indication that the data source value is being updated from the control property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0