ValueFromListBinderTModel, TControl, TValue, TListModelDoGetSelectedListValue Method |
Does the work of getting the selected item from the list.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected abstract TValue DoGetSelectedListValue()
Protected MustOverride Function DoGetSelectedListValue As TValue
protected:
virtual TValue DoGetSelectedListValue() abstract
abstract DoGetSelectedListValue : unit -> 'TValue
Return Value
Type:
TValueSee Also