Share via


OnWorkflowItemDeleted.EventName property

Gets the name of the event that invokes the 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 OnWorkflowItemDeleted
Dim value As String

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

Property value

Type: System.String

Remarks

This activity is invoked by the ISharePointService.OnWorkflowItemDeleted event.

See also

Reference

OnWorkflowItemDeleted class

OnWorkflowItemDeleted members

Microsoft.SharePoint.WorkflowActions namespace