Never
The data source is never updated and values entered into the control are not parsed, or re-formatted.
OnPropertyChanged
The data source is updated whenever the value of the control property changes.
OnValidation
The data source is updated when the control property is validated.
Returns or sets a value that indicates when changes to the bound control property are propagated to the data source.
Returns or sets the default DataSourceUpdateMode for a Binding in the collection.
Creates a binding that binds the specified control property to the specified data member of the specified data source, optionally enabling formatting, propagating values to the data source based on the specified update setting, and adding the binding to the collection.