Activity that is invoked when DeletedPage is called from DataFactory
Event argument is of type WorkflowPageEventArgs
Assembly: EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[SerializableAttribute] [DefaultEventAttribute("Invoked")] public class OnPageDeleted : CompositePageBase<PageDeleted> |
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
System..::.Object
System.Workflow.ComponentModel..::.DependencyObject
System.Workflow.ComponentModel..::.Activity
System.Workflow.ComponentModel..::.CompositeActivity
System.Workflow.Activities..::.SequenceActivity
EPiServer.WorkflowFoundation.Activities..::.CompositeEventBase<(Of <(T>)>)
EPiServer.WorkflowFoundation.Activities..::.CompositePageBase<(Of <(PageDeleted>)>)
EPiServer.WorkflowFoundation.Activities..::.OnPageDeleted
System.Workflow.ComponentModel..::.DependencyObject
System.Workflow.ComponentModel..::.Activity
System.Workflow.ComponentModel..::.CompositeActivity
System.Workflow.Activities..::.SequenceActivity
EPiServer.WorkflowFoundation.Activities..::.CompositeEventBase<(Of <(T>)>)
EPiServer.WorkflowFoundation.Activities..::.CompositePageBase<(Of <(PageDeleted>)>)
EPiServer.WorkflowFoundation.Activities..::.OnPageDeleted