Share via


ISPWorkflowEventReceiver.WorkflowStarting method

Handles the WorkflowStarting event.

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

Syntax

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

instance.WorkflowStarting(properties)
void WorkflowStarting(
    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