Click or drag to resize
NumericIntBinderTModel 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 NumericIntBinder(
	TModel model,
	NumericUpDown control,
	Expression<Func<TModel, int>> getModelValue,
	Action<TModel, int> setModelValue
)

Parameters

model
Type: TModel
control
Type: System.Windows.FormsNumericUpDown
getModelValue
Type: System.Linq.ExpressionsExpressionFuncTModel, Int32
setModelValue
Type: SystemActionTModel, Int32
See Also