共用方式為


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
)

參數

Exceptions

Exception Condition
ArgumentNullException

properties是 null 。

備註

附件已加入至清單項目,但沒有其他的更新發生時,就會發生這個事件。這個事件發ItemUpdating事件之前,如果其他變更的項目。

請參閱

參照

SPItemEventReceiver class

SPItemEventReceiver members

Microsoft.SharePoint namespace