Click or drag to resize
ValueFromListBinderTModel, TControl, TValue, TListModel Constructor (TModel, TControl, IListTListModel, ExpressionFuncTModel, TValue, ActionTModel, 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
)

Parameters

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