Click or drag to resize
ComboBoxValueBinderTModel, TValue Constructor
Creates a new object.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ComboBoxValueBinder(
	TModel model,
	ComboBox control,
	IList<TValue> list,
	Expression<Func<TModel, TValue>> getModelValue,
	Action<TModel, TValue> setModelValue
)

Parameters

model
Type: TModel
control
Type: System.Windows.FormsComboBox
list
Type: System.Collections.GenericIListTValue
getModelValue
Type: System.Linq.ExpressionsExpressionFuncTModel, TValue
setModelValue
Type: SystemActionTModel, TValue
See Also