IssueTracking.OnMyTaskChanged Method

Occurs when a workflow task is changed.

Namespace:  Microsoft.SharePoint.Workflow.Application
Assembly:  Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)

Syntax

'Declaration
Public Sub OnMyTaskChanged ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs

instance.OnMyTaskChanged(sender, e)
public void OnMyTaskChanged(
    Object sender,
    EventArgs e
)

Parameters

Remarks

This method updates a flag that indicates the current task has been changed.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace