Compartir a través de


del método SPWorkflowEventReceiver.WorkflowCompleted

Un método de controlador de código auxiliar para el evento SPEventReceiverType.WorkflowCompleted . Para controlar este evento, reemplazar este método en una clase derivada.

Espacio de nombres:  Microsoft.SharePoint.Workflow
Ensamblado:  Microsoft.SharePoint (en Microsoft.SharePoint.dll)

Sintaxis

'Declaración
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

Implementaciones

ISPWorkflowEventReceiver.WorkflowCompleted(SPWorkflowEventProperties)

Vea también

Referencia

clase SPWorkflowEventReceiver

Miembros SPWorkflowEventReceiver

Espacio de nombres Microsoft.SharePoint.Workflow