OnTaskCreated Class
Defines a workflow activity that is used to respond to the ITaskService.OnTaskCreated event.
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.HandleExternalEventActivity
Microsoft.SharePoint.WorkflowActions.OnTaskCreated
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.HandleExternalEventActivity
Microsoft.SharePoint.WorkflowActions.OnTaskCreated
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
SharePoint Foundation raises the ITaskService.OnTaskCreated event when a task associated with the workflow is created.
SharePoint Foundation includes several activities that streamline the process of creating, updating, completing, and deleting tasks associated with a workflow. You can also use event-based activities to receive notification when tasks have been created, changed, or deleted.