SPWorkflowLibraryEventReceiver Class

An event receiver that is used to capture events that occur to specific workflow library items.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPEventReceiverBase
    Microsoft.SharePoint.SPItemEventReceiver
      Microsoft.SharePoint.Workflow.SPWorkflowLibraryEventReceiver

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

Syntax

<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPWorkflowLibraryEventReceiver _
    Inherits SPItemEventReceiver

Dim instance As SPWorkflowLibraryEventReceiver
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPWorkflowLibraryEventReceiver : SPItemEventReceiver

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.

See Also

Reference

SPWorkflowLibraryEventReceiver Members

Microsoft.SharePoint.Workflow Namespace