SPWorkflowLibraryEventReceiver Class

NOTE: This API is now obsolete.

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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("SPWorkflowLibraryEventReceiver is a deprecated class.")> _
Public NotInheritable Class SPWorkflowLibraryEventReceiver _
    Inherits SPItemEventReceiver
'Usage
Dim instance As SPWorkflowLibraryEventReceiver
[ObsoleteAttribute("SPWorkflowLibraryEventReceiver is a deprecated class.")]
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