OnWorkflowItemDeleted Class

Defines a workflow activity that is used to respond to the ISharePointService.OnWorkflowItemDeleted event Microsoft SharePoint Foundation raises when a workflow item is deleted.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.Activities.HandleExternalEventActivity
        Microsoft.SharePoint.WorkflowActions.OnWorkflowItemDeleted

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

Syntax

'Declaration
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
<ToolboxBitmapAttribute(GetType(OnWorkflowItemDeleted), "Resources.OnWorkflowItemDeleted.bmp")> _
Public NotInheritable Class OnWorkflowItemDeleted _
    Inherits HandleExternalEventActivity
'Usage
Dim instance As OnWorkflowItemDeleted
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
[ToolboxBitmapAttribute(typeof(OnWorkflowItemDeleted), "Resources.OnWorkflowItemDeleted.bmp")]
public sealed class OnWorkflowItemDeleted : HandleExternalEventActivity

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OnWorkflowItemDeleted Members

Microsoft.SharePoint.WorkflowActions Namespace