Click or drag to resize
ComboBoxEnumBinderTModel, 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 ComboBoxEnumBinder(
	TModel model,
	ComboBox control,
	Expression<Func<TModel, TValue>> getModelValue,
	Action<TModel, TValue> setModelValue,
	Func<TValue, string> getEnumDescription
)

Parameters

model
Type: TModel
control
Type: System.Windows.FormsComboBox
getModelValue
Type: System.Linq.ExpressionsExpressionFuncTModel, TValue
setModelValue
Type: SystemActionTModel, TValue
getEnumDescription
Type: SystemFuncTValue, String
See Also