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
Microsoft.SharePoint.WorkflowActions Namespace