I'm trying to hook on to the event DataFactory.Instance.SavedPage when I'm trying to look when a page is just saved but not published. It doesn't seem to work.
If I publish a page the event DataFactory.Instance.PublishedPage is fired when the page is published.
Are you creating new pages? If so, you probably want to hook the CreatedPage instead, the SavedPage event is called when an existing page is edited and saved.
Hi,
I'm trying to hook on to the event
DataFactory.Instance.SavedPage
when I'm trying to look when a page is just saved but not published. It doesn't seem to work.If I publish a page the event
DataFactory.Instance.PublishedPage
is fired when the page is published.Is there any workaround for this?
Best Regards
Anders