Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This is the base class for Workflow Event Receivers. This class is never instantiated.
System.Object
Microsoft.SharePoint.SPEventReceiverBase
Microsoft.SharePoint.Workflow.SPWorkflowEventReceiver
Microsoft.SharePoint.WorkflowServices.WorkflowInteropEventReceiver
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Class SPWorkflowEventReceiver _
Inherits SPEventReceiverBase _
Implements ISPWorkflowEventReceiver
'Usage
Dim instance As SPWorkflowEventReceiver
public class SPWorkflowEventReceiver : SPEventReceiverBase,
ISPWorkflowEventReceiver
A workflow event receiver class must derive from this class and override the methods for the event types it wants to handle.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.