ContentWebChangeEventReceiver.WebDeleted method
Responds to site deletions and cleans up related content in the external workflow host for content in the web scope.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServices (in Microsoft.SharePoint.WorkflowServices.dll)
Syntax
'Declaration
Public Overrides Sub WebDeleted ( _
properties As SPWebEventProperties _
)
'Usage
Dim instance As ContentWebChangeEventReceiver
Dim properties As SPWebEventProperties
instance.WebDeleted(properties)
public override void WebDeleted(
SPWebEventProperties properties
)
Parameters
properties
Type: Microsoft.SharePoint.SPWebEventPropertiesAn SPWebEventProperties object that represents properties of the event handler.
See also
Reference
ContentWebChangeEventReceiver class