RadioButtonEnumBinderTModel, TValue Constructor |
Creates a new object.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public RadioButtonEnumBinder(
TModel model,
RadioButtonPanel control,
Expression<Func<TModel, TValue>> getModelValue,
Action<TModel, TValue> setModelValue
)
Public Sub New (
model As TModel,
control As RadioButtonPanel,
getModelValue As Expression(Of Func(Of TModel, TValue)),
setModelValue As Action(Of TModel, TValue)
)
public:
RadioButtonEnumBinder(
TModel model,
RadioButtonPanel^ control,
Expression<Func<TModel, TValue>^>^ getModelValue,
Action<TModel, TValue>^ setModelValue
)
new :
model : 'TModel *
control : RadioButtonPanel *
getModelValue : Expression<Func<'TModel, 'TValue>> *
setModelValue : Action<'TModel, 'TValue> -> RadioButtonEnumBinder
Parameters
- model
- Type: TModel
- control
- Type: RadioButtonPanel
- getModelValue
- Type: System.Linq.ExpressionsExpressionFuncTModel, TValue
- setModelValue
- Type: SystemActionTModel, TValue
See Also