Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class OnTaskDeleted

Activity that listens for TaskDeleting from EPiServer

Inheritance
System.Object
OnTaskDeleted
Implements
System.Workflow.Activities.IEventActivity
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class OnTaskDeleted : CompositeTaskBase<TaskDeleted>, IEventActivity, ICompositeTaskActivity, ICompositeActivity
Remarks

Event argument is of type WorkflowTaskEventArgs

Constructors

OnTaskDeleted()

Declaration
public OnTaskDeleted()

Implements

System.Workflow.Activities.IEventActivity

Extension Methods