SaaS CMS has officially launched! Learn more now.

Interface ICriterionEventsRaiser

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Specifies methods to raise events from ICriterionEvents

Namespace: EPiServer.Personalization.VisitorGroups.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public interface ICriterionEventsRaiser : ICriterionEvents

Methods

RaiseEndRequest(Object, CriterionEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Called to raise event EndRequest.

Declaration
void RaiseEndRequest(object sender, CriterionEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

CriterionEventArgs e

The CriterionEventArgs instance containing the event data.

RaisePreRequestHandlerExecute(Object, CriterionEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Called to raise event PreRequestHandlerExecute.

Declaration
void RaisePreRequestHandlerExecute(object sender, CriterionEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

CriterionEventArgs e

The CriterionEventArgs instance containing the event data.

RaiseStartRequest(Object, CriterionEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Called to raise event StartRequest.

Declaration
void RaiseStartRequest(object sender, CriterionEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

CriterionEventArgs e

The CriterionEventArgs instance containing the event data.

RaiseStartSession(Object, CriterionEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Called to raise event StartSession.

Declaration
void RaiseStartSession(object sender, CriterionEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

CriterionEventArgs e

The CriterionEventArgs instance containing the event data.

RaiseVisitedPage(Object, CriterionEventArgs)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Called to raise event VisitedPage.

Declaration
void RaiseVisitedPage(object sender, CriterionEventArgs e)
Parameters
Type Name Description
System.Object sender

The sender.

CriterionEventArgs e

The CriterionEventArgs instance containing the event data.

Extension Methods