OnWorkflowModified class

Defines a workflow activity that is used to respond to the event Microsoft SharePoint Foundation raises when a user submits a workflow modification form.

Inheritance hierarchy

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

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

Syntax

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

OnWorkflowModified members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

Workflow Modification Forms