ContentSubscriptionEventReceiver class

Forwards events resulting from content changes in a SharePoint list to the external workflow host.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPEventReceiverBase
    Microsoft.SharePoint.SPItemEventReceiver
      Microsoft.SharePoint.WorkflowServices.ContentSubscriptionEventReceiver

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

Syntax

'Declaration
Public Class ContentSubscriptionEventReceiver _
    Inherits SPItemEventReceiver
'Usage
Dim instance As ContentSubscriptionEventReceiver
public class ContentSubscriptionEventReceiver : SPItemEventReceiver

Remarks

The methods of this class are inherited from 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

ContentSubscriptionEventReceiver members

Microsoft.SharePoint.WorkflowServices namespace