Share via


IssueTracking.NeedProcessEvent Method

Determines whether the workflow instance should process an event.

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

Syntax

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

instance.NeedProcessEvent(sender, e)
public void NeedProcessEvent(
    Object sender,
    ConditionalEventArgs e
)

Parameters

Remarks

This method is a code condition that evaluates to true if the current task is changed or deleted, or the list item on which the workflow instance is running is deleted; otherwise, it evaluates to false.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace