TXDataModuleEvents.OnEntityInserted Property
Occurs right after an entity is inserted in the database.
Remarks
Unlike OnEntityInserting, this event occurs after the transaction is committed, so the insertion can no longer be rolled back.
Syntax
Unit: XData.Module.Events
property TXDataModuleEvents.OnEntityInserted: TEvent<TEntityInsertedArgs>>