ISiteEventsPageCreated Event Ingeniux CMS Content Store API

This event is fired when a new Page is created.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

event EventHandler<EntityEventArgs<IPage>> PageCreated

Value

Type: SystemEventHandlerEntityEventArgsIPage
Remarks

The event fires when a page is created within session, not when it is actually saved to the content store.
See Also

Reference