Binding::DataSourceUpdateMode Property
.NET Framework (current version)
Gets or sets a value that indicates when changes to the bound control property are propagated to the data source.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property DataSourceUpdateMode DataSourceUpdateMode { DataSourceUpdateMode get(); void set(DataSourceUpdateMode value); }
Property Value
Type: System.Windows.Forms::DataSourceUpdateModeA value that indicates when changes are propagated. The default is OnValidation.
Note that even if this property is set to Never, the binding will update at least one time, when it is first established.
.NET Framework
Available since 2.0
Available since 2.0
Show: