Click or drag to resize

ISiteEventsAfterPageCopy Event


This event is fired after a Page is copied.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
event EventHandler<PagePostCopyEventArgs> AfterPageCopy

Value

Type: SystemEventHandlerPagePostCopyEventArgs
Remarks
The event fires when a Page is copied within session, not when it is actually saved in the content store.
See Also