Called when the Entity property changes.

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

Syntax

C#
protected virtual void OnEntityChanged(
	Entity oldEntity,
	Entity newEntity
)
Visual Basic (Declaration)
Protected Overridable Sub OnEntityChanged ( _
	oldEntity As Entity, _
	newEntity As Entity _
)

See Also