Establishes the entity manager to be used internally by this ContentControlBase. 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(
	Object item
)
Visual Basic (Declaration)
Protected Overridable Function CreateEntityManager ( _
	item As Object _
) As EntityManager

Parameters

item
Type: System..::.Object
Item to be managed.

Return Value

The entity manager to be used internally by this ContentControlBase.

See Also