Compartilhar via


ISPWorkflowEventReceiver.WorkflowStarting method

Manipula o evento WorkflowStarting .

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

Syntax

'Declaração
Sub WorkflowStarting ( _
    properties As SPWorkflowEventProperties _
)
'Uso
Dim instance As ISPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties

instance.WorkflowStarting(properties)
void WorkflowStarting(
    SPWorkflowEventProperties properties
)

Parâmetros

Comentários

Quando implementado por uma classe, este método trata o evento WorkflowStarting .

Ver também

Referência

ISPWorkflowEventReceiver interface

ISPWorkflowEventReceiver members

Microsoft.SharePoint.Workflow namespace