Click or drag to resize
MasterListToListBinderTModel, TListModelDeleteListModel Method
Calls the delete handler with the list model passed across.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void DeleteListModel(
	IList<TListModel> listModels
)

Parameters

listModels
Type: System.Collections.GenericIListTListModel
See Also