Activity that is invoked when CreatedPage is called from DataFactory

Event argument is of type WorkflowPageEventArgs

Namespace:  EPiServer.WorkflowFoundation.Activities
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236

Syntax

C#
[SerializableAttribute]
[DefaultEventAttribute("Invoked")]
public class OnPageEvent : CompositePageBase<PageEvent>

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.

Inheritance Hierarchy

See Also