IEntityCoreAfterSave Event |
Event handler declaration for the event that is raised each time this entity is persisted. Related entities can subscribe to
this event to start housekeeping actions, like syncing internal FK fields with the PK fields of this entity.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxevent EventHandler AfterSave
Event AfterSave As EventHandler
Value
Type:
SystemEventHandler
See Also