Called when an entity is removed from the related entities collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)
Syntax
C# |
---|
protected virtual void OnRelatedEntityRemoved( Entity relatedEntity ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnRelatedEntityRemoved ( _ relatedEntity As Entity _ ) |
Parameters
- relatedEntity
- Type: DlhSoft.Windows.Data..::.Entity
The removed related entity.