OnWorkflowModified Class
Responds to the event Windows SharePoint Servicesraises 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
<ToolboxBitmapAttribute(GetType(OnWorkflowModified), "Resources.OnWorkflowModified.bmp")> _
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
Public NotInheritable Class OnWorkflowModified _
Inherits HandleExternalEventActivity
Dim instance As OnWorkflowModified
[ToolboxBitmapAttribute(typeof(OnWorkflowModified), "Resources.OnWorkflowModified.bmp")]
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
public sealed class OnWorkflowModified : HandleExternalEventActivity
Remarks
This activity responds to the IWorkflowModificationService.OnWorkflowModified event.
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
Other Resources
Workflow Activities for Windows SharePoint Services Overview