Establishes the task manager to be used internally by this TaskListView.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)

Syntax

C#
protected override EntityManager CreateEntityManager(
	IEnumerable items
)
Visual Basic (Declaration)
Protected Overrides Function CreateEntityManager ( _
	items As IEnumerable _
) As EntityManager

Parameters

items
Type: System.Collections..::.IEnumerable
Item collection to be managed.

Return Value

The task manager to be used internally by this TaskListView.

See Also