OnWorkflowItemChanged class

Defines a workflow activity that is used to respond to the ISharePointService.OnWorkflowItemChanged event.

Inheritance hierarchy

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

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

Syntax

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

OnWorkflowItemChanged members

Microsoft.SharePoint.WorkflowActions namespace