Establishes the entity manager to be used internally by this ItemsControlBase. Inheriters should override this method to be able to provide an instance of their own entity manager type.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

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

Parameters

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

Return Value

The entity manager to be used internally by this ItemsControlBase.

See Also