SPItemEventReceiver.ItemAdded method
處理非同步加入項目之後發生的事件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable Sub ItemAdded ( _
properties As SPItemEventProperties _
)
'用途
Dim instance As SPItemEventReceiver
Dim properties As SPItemEventProperties
instance.ItemAdded(properties)
public virtual void ItemAdded(
SPItemEventProperties properties
)
參數
properties
Type: Microsoft.SharePoint.SPItemEventProperties事件處理常式的屬性。
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | properties是 null 。 |
備註
如果已加入項目,就會發生這個事件。
Before和After屬性的文件] 上的回傳事件的保證,但Before屬性沒有可用的清單項目上的回傳事件。