The following articles describes the events exposed by pages in Sitefinity CMS.
This interface is implemented by all events which fire when a page in the site is accessed by an unauthenticated user. There's only one such built-in event, but you should always subscribe using the interface rather than the class that implements it. Use the following code to subscribe.
In the event handler, you can access the following information:
This interface is implemented by events triggered when an authenticated user tries to access a restricted page. If the user is unauthenticated, the IUnauthorizedPageAccessEvent is triggered instead.
IUnauthorizedPageAccessEvent
Use the following code to subscribe:
PageSiteNode
An interface of the event notifying that a page's PreRender event has completed. The event is raised at 'PreRenderComplete' event of ASP.NET page lifecycle. A subscription for this event can be created by using the EventHub. Use the following code to subscribe:
IPersonalizedWidgetRenderEvent
If the visitors browsing the page are associated with certain audience segments and in case the page has personalized versions of widgets created for these specific segments, the IPersonalizedWidgetRenderEvent is fired. The event is fired for each personalized widget.
Since there is just one such built-in event, you always subscribe using the interface rather than the class that implements it. Use the following code to subscribe:
Sign up for our free beginner training. Boost your credentials through advanced courses and certification. Register for Sitefinity training and certification.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important