System.Windows.Forms.ControlUpdateMode Enumeration

Determines when changes to a data source value get propagated to the corresponding data-bound control property.

Syntax

public enum ControlUpdateMode

Remarks

The System.Windows.Forms.ControlUpdateMode is used by the Binding.ControlUpdateMode property of the System.Windows.Forms.Binding class. ControlUpdateMode.OnPropertyChanged is the default value. To force a control update when the update mode is ControlUpdateMode.Never, use the Binding.ReadValue method on the related System.Windows.Forms.Binding.

Members

Member NameDescription
Never

The bound control is never updated when a data source value changes. The data source is write-only.

OnPropertyChanged

The bound control is updated when the data source value changes, or the data source position changes.

Requirements

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