A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class PageEvent

Activity that listens for page events from DataFactory. Should not be used directly, use OnPageEvent instead.

Inheritance
System.Object
PageEvent
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
public class PageEvent : PageEventBase<PageEvent>
Remarks

When overriding OnInvoke the argument can be casted to WorkflowPageEventArgs

Constructors

PageEvent()

Initializes a new instance of the PageEvent activity.

Declaration
public PageEvent()