SPWebEventReceiver.WebMoved method

Asynchronous After event that occurs after an existing Web site has been moved.

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

Syntax

'Declaration
Public Overridable Sub WebMoved ( _
    properties As SPWebEventProperties _
)
'Usage
Dim instance As SPWebEventReceiver
Dim properties As SPWebEventProperties

instance.WebMoved(properties)
public virtual void WebMoved(
    SPWebEventProperties properties
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

properties is null .

See also

Reference

SPWebEventReceiver class

SPWebEventReceiver members

Microsoft.SharePoint namespace