Called when an entity is added to the related entities collection.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
protected override void OnRelatedEntityAdded( Entity relatedEntity ) |
| Visual Basic (Declaration) |
|---|
Protected Overrides Sub OnRelatedEntityAdded ( _ relatedEntity As Entity _ ) |
Parameters
- relatedEntity
- Type: DlhSoft.Windows.Data..::.Entity
The added related entity.