Called when an entity is removed from the related entities collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected override void OnRelatedEntityRemoved(
	Entity relatedEntity
)
Visual Basic (Declaration)
Protected Overrides Sub OnRelatedEntityRemoved ( _
	relatedEntity As Entity _
)

Parameters

relatedEntity
Type: DlhSoft.Windows.Data..::.Entity
The removed related entity.

See Also