Asynchronous
After event that occurs after an existing Web site has been moved.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Overridable Sub WebMoved ( _
properties As SPWebEventProperties _
)
Dim instance As SPWebEventReceiver
Dim properties As SPWebEventProperties
instance.WebMoved(properties)
public virtual void WebMoved (
SPWebEventProperties properties
)
Parameters
- properties
An SPWebEventProperties object that represents properties of the event handler.