SPWorkflowEventReceiver.WorkflowStarted method

A stub handler method for the SPEventReceiverType.WorkflowStarted event. To handle this event, override this method in a derived class.

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

Syntax

'Declaration
Public Overridable Sub WorkflowStarted ( _
    properties As SPWorkflowEventProperties _
)
'Usage
Dim instance As SPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties

instance.WorkflowStarted(properties)
public virtual void WorkflowStarted(
    SPWorkflowEventProperties properties
)

Parameters

Implements

ISPWorkflowEventReceiver.WorkflowStarted(SPWorkflowEventProperties)

See also

Reference

SPWorkflowEventReceiver class

SPWorkflowEventReceiver members

Microsoft.SharePoint.Workflow namespace