MasterListToListBinderTModel, TListModel_FetchColumns Field |
Protected method that fetches the content of the list, split into columns.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected Action<TListModel, ListContentEventArgs> _FetchColumns
Protected _FetchColumns As Action(Of TListModel, ListContentEventArgs)
protected:
Action<TListModel, ListContentEventArgs^>^ _FetchColumns
val mutable _FetchColumns: Action<'TListModel, ListContentEventArgs>
Field Value
Type:
ActionTListModel,
ListContentEventArgsSee Also