IssueTracking.OnItemChanged Method
Occurs when the issue tracked by the workflow is changed.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public Sub OnItemChanged ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs
instance.OnItemChanged(sender, e)
public void OnItemChanged(
Object sender,
EventArgs e
)
Parameters
sender
Type: System.ObjectThe source of the event.
e
Type: System.EventArgsThe data for the event.
Remarks
When the status of the issue tracked by this workflow is changed, this method updates the current task as “Completed” if the task is not completed and logs a workflow history event to the specified workflow history list.