Share via


ISPWorkflowEventReceiver.WorkflowCompleted Method

Handles the WorkflowStarting event.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
Sub WorkflowCompleted ( _
    properties As SPWorkflowEventProperties _
)
'Usage
Dim instance As ISPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties

instance.WorkflowCompleted(properties)
void WorkflowCompleted(
    SPWorkflowEventProperties properties
)

Parameters

Remarks

When implemented by a class, this method handles the WorkflowStarting event.

See Also

Reference

ISPWorkflowEventReceiver Interface

ISPWorkflowEventReceiver Members

Microsoft.SharePoint.Workflow Namespace