Click or drag to resize
ValueFromListBinderTModel, TControl, TValue, TListModel Constructor (TModel, TControl, IListTListModel, ExpressionFuncTModel, TValue, ActionTModel, TValue, FuncTControl, TValue, ActionTControl, TValue)
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 ValueFromListBinder(
	TModel model,
	TControl control,
	IList<TListModel> list,
	Expression<Func<TModel, TValue>> getModelValue,
	Action<TModel, TValue> setModelValue,
	Func<TControl, TValue> getControlValue,
	Action<TControl, TValue> setControlValue
)

Parameters

model
Type: TModel
control
Type: TControl
list
Type: System.Collections.GenericIListTListModel
getModelValue
Type: System.Linq.ExpressionsExpressionFuncTModel, TValue
setModelValue
Type: SystemActionTModel, TValue
getControlValue
Type: SystemFuncTControl, TValue
setControlValue
Type: SystemActionTControl, TValue
See Also