Click or drag to resize

IEntityEventsAfterEntitySave Event


This event is fired after a Entity object is saved.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
event EventHandler<EntityEventArgs<IEntity>> AfterEntitySave

Value

Type: SystemEventHandlerEntityEventArgsIEntity
Remarks
This event will covers all entity objects, including pages, users, workflows, and publishing targets. This event is fired when the object is saved to the content store.
See Also