ValueBinderTModel, TControl, TValue_GetControlValue Field |
Protected method that reads 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 Func<TControl, TValue> _GetControlValue
Protected _GetControlValue As Func(Of TControl, TValue)
protected:
Func<TControl, TValue>^ _GetControlValue
val mutable _GetControlValue: Func<'TControl, 'TValue>
Field Value
Type:
FuncTControl,
TValueSee Also