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