Class OnPageEvent
Activity that is invoked when CreatedPage is called from DataFactory
Event argument is of type WorkflowPageEventArgs
Implements
System.Workflow.Activities.IEventActivity
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public class OnPageEvent : CompositePageBase<PageEvent>, IEventActivity, ICompositePageActivity, ICompositeActivity
Remarks
Will only be called for events that is related to the page the workflow instance is associated with. Instances can be associated with pages by using AssociateWithPage activity.
Constructors
OnPageEvent()
Declaration
public OnPageEvent()
Implements
System.Workflow.Activities.IEventActivity