Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Episerver 10 Event handling 'Page' (like CheckedInPage) not needed anymore?

Vote:
 

Is it right that the 'Pages' are not available/neccessary anymore in the event handling?

I've some code like below and all 'pages' gives an error:

DataFactory.Instance.CheckedInContent += DataFactoryEvents.CheckedInContent;
DataFactory.Instance.CheckedInPage += DataFactoryEvents.CheckedInPage;

DataFactory.Instance.CheckingInContent += DataFactoryEvents.CheckingInContent;
DataFactory.Instance.CheckingInPage += DataFactoryEvents.CheckingInPage;

DataFactory.Instance.CreatedContent += DataFactoryEvents.CreatedContent;
DataFactory.Instance.CreatedPage += DataFactoryEvents.CreatedPage;

DataFactory.Instance.CreatingContent += DataFactoryEvents.CreatingContent;
DataFactory.Instance.CreatingPage += DataFactoryEvents.CreatingPage;

Hopefully someone can agree on this.

Thanks!

Kind regards.

Sander van de Pas

[Pasting files is not allowed]

#183701
Edited, Oct 19, 2017 18:03
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.