MasterListToListBinderTModel, TListModelEditListModel Method |
Calls the edit handler with the list model passed across.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected void EditListModel(
TListModel listModel
)
Protected Sub EditListModel (
listModel As TListModel
)
protected:
void EditListModel(
TListModel listModel
)
member EditListModel :
listModel : 'TListModel -> unit
Parameters
- listModel
- Type: TListModel
See Also