SPWorkflowEventReceiver.WorkflowCompleted method
Um método de manipulador de stub do evento SPEventReceiverType.WorkflowCompleted . Para manipular esse evento, substitua esse método em uma classe derivada.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overridable Sub WorkflowCompleted ( _
properties As SPWorkflowEventProperties _
)
'Uso
Dim instance As SPWorkflowEventReceiver
Dim properties As SPWorkflowEventProperties
instance.WorkflowCompleted(properties)
public virtual void WorkflowCompleted(
SPWorkflowEventProperties properties
)
Parâmetros
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowEventPropertiesContém informações sobre o evento WorkflowStarted .
Implements
ISPWorkflowEventReceiver.WorkflowCompleted(SPWorkflowEventProperties)