CollectionCoreTOnEntityRemoved Method  | 
 
            Called at the end of a remove routine which removes an entity from this collection. Will raise EntityRemoved event. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected virtual void OnEntityRemoved(
	T entityToRemove
)
Protected Overridable Sub OnEntityRemoved ( 
	entityToRemove As T
)
Parameters
- entityToRemove
 - Type: T
The entity to remove. 
See Also