ISPWorkflowEventReceiver.WorkflowCompleted method
Handles the WorkflowStarting event.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Sub WorkflowCompleted ( _
properties As SPWorkflowEventProperties _
)
'Usage
Dim instance As ISPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowCompleted(properties)
void WorkflowCompleted(
SPWorkflowEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesThe information about the event.
Remarks
When implemented by a class, this method handles the WorkflowStarting event.
See also
Reference
ISPWorkflowEventReceiver interface