SPWebEventReceiver.WebMoved method
已移動現有的網站後,就會發生的非同步After事件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Sub WebMoved ( _
properties As SPWebEventProperties _
)
'用途
Dim instance As SPWebEventReceiver
Dim properties As SPWebEventProperties
instance.WebMoved(properties)
public virtual void WebMoved(
SPWebEventProperties properties
)
參數
properties
Type: Microsoft.SharePoint.SPWebEventPropertiesSPWebEventProperties物件,代表事件處理常式的屬性。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | properties是 null 。 |