MasterListToListBinderTModel, TListModelFetchColumns Property |
Gets or sets the method that handles the fetching of columns. Can only be set before initialisation.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Action<TListModel, ListContentEventArgs> FetchColumns { get; set; }
Public Property FetchColumns As Action(Of TListModel, ListContentEventArgs)
Get
Set
public:
property Action<TListModel, ListContentEventArgs^>^ FetchColumns {
Action<TListModel, ListContentEventArgs^>^ get ();
void set (Action<TListModel, ListContentEventArgs^>^ value);
}
member FetchColumns : Action<'TListModel, ListContentEventArgs> with get, set
Property Value
Type:
ActionTListModel,
ListContentEventArgsSee Also