| 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.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DataSourceUpdateMode UpdateMode { get; set; }Public Property UpdateMode As DataSourceUpdateMode
	Get
	Set
public:
property DataSourceUpdateMode UpdateMode {
	DataSourceUpdateMode get ();
	void set (DataSourceUpdateMode value);
}member UpdateMode : DataSourceUpdateMode with get, set
Property Value
Type: 
DataSourceUpdateMode
See Also