Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Responds to the event Windows SharePoint Services 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
<ToolboxBitmapAttribute(GetType(OnWorkflowItemDeleted), "Resources.OnWorkflowItemDeleted.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public NotInheritable Class OnWorkflowItemDeleted _
Inherits HandleExternalEventActivity
Dim instance As OnWorkflowItemDeleted
[ToolboxBitmapAttribute(typeof(OnWorkflowItemDeleted), "Resources.OnWorkflowItemDeleted.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
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.