IEntityCoreInitialized Event | 
 
            Event which is raised at the end of the initialization routine of the entity. This event is also raised if the entity is pre-filled with a 
            filled EntityFields(2) object. In your handler, check the State property of the entity Fields to see if you're dealing with a new entity or with an 
            entity which is new, but pre-initialized with filled field objects.
            
 
    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 Initialized
Event Initialized As EventHandler
Value
Type: 
SystemEventHandler
See Also