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

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.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace