Activity that is invoked when SavedPage 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 OnPageSaved : CompositePageBase<PageSaved>

Remarks

If workflow instance is associated with a page, only events regarding that page will be sent to activity. Workflow instances that are automatically started will automatically be associated with page that started instance. Instances can be associated with pages by using AssociateWithPage activity.

Inheritance Hierarchy

See Also