SPWebEventReceiver.WebMoved Method (Microsoft.SharePoint)
Asynchronous After event that occurs after an existing Web site has been moved.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

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

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

Parameters

properties

An SPWebEventProperties object that represents properties of the event handler.

See Also

Tags :


Page view tracker