Class OnTaskDeleted
Activity that listens for TaskDeleting from EPiServer
Inheritance
System.Object
OnTaskDeleted
Implements
System.Workflow.Activities.IEventActivity
Inherited Members
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
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