SPItemEventReceiver.ItemAdding method
處理同步事件的加入項目之前發生。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Sub ItemAdding ( _
properties As SPItemEventProperties _
)
'用途
Dim instance As SPItemEventReceiver
Dim properties As SPItemEventProperties
instance.ItemAdding(properties)
public virtual void ItemAdding(
SPItemEventProperties properties
)
參數
properties
Type: Microsoft.SharePoint.SPItemEventProperties事件處理常式的屬性。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | properties是 null 。 |
備註
在下列情況下,就會發生這個事件:
範本會填入預設資料。
使用瀏覽器使用者介面建立新的項目。
使用物件模型或 Web 服務加入新項目。
注意
當將新的文件加入至文件庫,請勿使用屬性設定值取消這個事件,因為這樣做,將使用者重新導向 「 找不到檔案 」 錯誤的Status=CancelNoError 。