Share via


OnTaskDeleted.EventName property

Gets 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 OnTaskDeleted
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.OnTaskDeleted event.

See also

Reference

OnTaskDeleted class

OnTaskDeleted members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities

Workflow Task Forms (Windows SharePoint Services)