Click or drag to resize
ControlBinderUpdateMode Property
Gets or sets an indication of when values are copied from the control to the model. Cannot be modified once the binder has been initialised.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DataSourceUpdateMode UpdateMode { get; set; }

Property Value

Type: DataSourceUpdateMode
See Also