共用方式為


SPItemEventReceiver.ItemAttachmentAdded method

處理非同步附件加入至項目之後發生的事件。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overridable Sub ItemAttachmentAdded ( _
    properties As SPItemEventProperties _
)
'用途
Dim instance As SPItemEventReceiver
Dim properties As SPItemEventProperties

instance.ItemAttachmentAdded(properties)
public virtual void ItemAttachmentAdded(
    SPItemEventProperties properties
)

參數

Exceptions

Exception Condition
ArgumentNullException

properties是 null 。

備註

當附件新增至清單項目,但沒有其他的更新發生時,就會發生這個事件。在事件發生在ItemUpdated事件之後,有其他變更的項目。

Before和After屬性的文件] 上的回傳事件的保證,但Before屬性沒有可用的清單項目上的回傳事件。

請參閱

參照

SPItemEventReceiver class

SPItemEventReceiver members

Microsoft.SharePoint namespace