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
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesAs informações sobre o evento.
Comentários
Quando implementado por uma classe, este método trata o evento WorkflowStarting .
Ver também
Referência
ISPWorkflowEventReceiver interface