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
<ToolboxBitmapAttribute(GetType(OnWorkflowItemChanged), "Resources.OnWorkflowItemChanged.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public NotInheritable Class OnWorkflowItemChanged _
Inherits HandleExternalEventActivity
'Usage
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.