Share via


OnWorkflowItemChanged Class

Occurs when a change is made to a workflow, either through the user interface or programmatically.

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

<ToolboxBitmapAttribute(GetType(OnWorkflowItemChanged), "Resources.OnWorkflowItemChanged.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public NotInheritable Class OnWorkflowItemChanged _
    Inherits HandleExternalEventActivity

Dim instance As OnWorkflowItemChanged
[ToolboxBitmapAttribute(typeof(OnWorkflowItemChanged), "Resources.OnWorkflowItemChanged.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
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