ISharePointService.OnWorkflowItemChanged Event
Raised when the item on which the workflow instance is running is changed.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<CorrelationAliasAttribute("workflowId", "e.workflowId")> _
Event OnWorkflowItemChanged As EventHandler(Of SPItemEventArgs)
Dim instance As ISharePointService
Dim handler As EventHandler(Of SPItemEventArgs)
AddHandler instance.OnWorkflowItemChanged, handler
[CorrelationAliasAttribute("workflowId", "e.workflowId")]
event EventHandler<SPItemEventArgs> OnWorkflowItemChanged
Remarks
You can add an OnWorkflowItemChanged workflow activity to your workflow to handle this event.
When the ISharePointService raises this event, the event parameters are contained in the SPItemEventArgs class.