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.8.0.0 (5.8.21.0111)
Syntaxprotected virtual void OnEntityAdded(
	T entityToAdd
)
Protected Overridable Sub OnEntityAdded ( 
	entityToAdd As T
)
Parameters
- entityToAdd
 - Type: T
The entity to add. 
See Also