Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Class TaskStatusChanged

Activity that listens for TaskStatusChanged from EPiServer. Should not be used directly, use OnTaskStatusChanged instead.

Inheritance
System.Object
TaskStatusChanged
Namespace: EPiServer.WorkflowFoundation.Activities
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public class TaskStatusChanged : TaskEventBase<TaskStatusChanged>
Remarks

When overriding OnInvoke the argument can be casted to WorkflowTaskEventArgs

Constructors

TaskStatusChanged()

Initializes a new instance of the TaskStatusChanged activity.

Declaration
public TaskStatusChanged()

Extension Methods