Called when the EntityManagerSource property changes.

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

Syntax

C#
protected virtual void OnEntityManagerSourceChanged(
	EntityManager oldValue,
	EntityManager newValue
)
Visual Basic (Declaration)
Protected Overridable Sub OnEntityManagerSourceChanged ( _
	oldValue As EntityManager, _
	newValue As EntityManager _
)

See Also