Compartilhar via


SPWorkflowEventReceiver class

Esta é a classe base para receptores de evento de fluxo de trabalho. Essa classe nunca é instanciada.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPEventReceiverBase
    Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver
      Microsoft.SharePoint.WorkflowServices.WorkflowInteropEventReceiver

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

Syntax

'Declaração
Public Class SPWorkflowEventReceiver _
    Inherits SPEventReceiverBase _
    Implements ISPWorkflowEventReceiver
'Uso
Dim instance As SPWorkflowEventReceiver
public class SPWorkflowEventReceiver : SPEventReceiverBase, 
    ISPWorkflowEventReceiver

Comentários

Uma classe de receptor de evento de fluxo de trabalho deve derivar dessa classe e substituir os métodos para os tipos de evento que deseja manipular.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPWorkflowEventReceiver members

Microsoft.SharePoint.Workflow namespace