SPWorkflowEventReceiver.WorkflowStarting Method
A stub handler method for the SPEventReceiverType.WorkflowStarting event. To handle this event, override this method in a derived class.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overridable Sub WorkflowStarting ( _
properties As SPWorkflowEventProperties _
)
'Usage
Dim instance As SPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowStarting(properties)
public virtual void WorkflowStarting(
SPWorkflowEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesHolds information about the WorkflowStarting event
Implements
ISPWorkflowEventReceiver.WorkflowStarting(SPWorkflowEventProperties)