ValueBinderTModel, TControl, TValue_SetControlValue Field |
Protected method that writes a control's current value.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected Action<TControl, TValue> _SetControlValue
Protected _SetControlValue As Action(Of TControl, TValue)
protected:
Action<TControl, TValue>^ _SetControlValue
val mutable _SetControlValue: Action<'TControl, 'TValue>
Field Value
Type:
ActionTControl,
TValueSee Also