Click or drag to resize
CollectionCoreTOnEntityAdded Method
Called at the end of the Add or Insert routine which adds an entity to this collection. Will raise EntityAdded event.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void OnEntityAdded(
	T entityToAdd
)

Parameters

entityToAdd
Type: T
The entity to add.
See Also