SPItemEventReceiver.ItemAttachmentAdding method
處理同步附件新增到項目之前發生的事件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Sub ItemAttachmentAdding ( _
properties As SPItemEventProperties _
)
'用途
Dim instance As SPItemEventReceiver
Dim properties As SPItemEventProperties
instance.ItemAttachmentAdding(properties)
public virtual void ItemAttachmentAdding(
SPItemEventProperties properties
)
參數
properties
Type: Microsoft.SharePoint.SPItemEventProperties事件處理常式的屬性。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | properties是 null 。 |
備註
附件已加入至清單項目,但沒有其他的更新發生時,就會發生這個事件。這個事件發ItemUpdating事件之前,如果其他變更的項目。