Binding::ControlUpdateMode Property
.NET Framework (current version)
Gets or sets when changes to the data source are propagated to the bound control property.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ControlUpdateMode ControlUpdateMode { ControlUpdateMode get(); void set(ControlUpdateMode value); }
Property Value
Type: System.Windows.Forms::ControlUpdateModeOne of the ControlUpdateMode values. The default is OnPropertyChanged.
.NET Framework
Available since 2.0
Available since 2.0
Show: