I can't find a way to change the new page when the user does a copy of page because in the Created event, e.page is null.
I've looked into the forum without success, does anyone have an idea?
Thanks!
Get the copied page from the e.PageLink
PageData copyPage = EPiServer.Global.EPDataFactory.GetPage(e.PageLink, EPiServer.Security.AccessControlList.NoAccess);
/HAXEN