ContentWebChangeEventReceiver class

Responds to events associated with name changes on the SPWeb instance and coordinates the change with the external workflow host.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPEventReceiverBase
    Microsoft.SharePoint.SPWebEventReceiver
      Microsoft.SharePoint.WorkflowServices.ContentWebChangeEventReceiver

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

Syntax

'Declaration
Public Class ContentWebChangeEventReceiver _
    Inherits SPWebEventReceiver
'Usage
Dim instance As ContentWebChangeEventReceiver
public class ContentWebChangeEventReceiver : SPWebEventReceiver

Remarks

Inherited from SPWebEventReceiver class.

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

ContentWebChangeEventReceiver members

Microsoft.SharePoint.WorkflowServices namespace