Share via


OnTaskCreated.EventName Property

Specifies the event that invokes this activity.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property EventName As String
    Get
'Usage
Dim instance As OnTaskCreated
Dim value As String

value = instance.EventName
public override string EventName { get; }

Property Value

Type: System.String

Remarks

This activity is invoked by the ITaskService.OnTaskCreated event.

See Also

Reference

OnTaskCreated Class

OnTaskCreated Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities

Workflow Task Forms (SharePoint Foundation)