0 out of 1 rated this helpful - Rate this topic

SPItemEventReceiver.ItemAdded method

Handles the asynchronous event that occurs after an item is added.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public virtual void ItemAdded(
	SPItemEventProperties properties
)

Parameters

properties
Type: Microsoft.SharePoint.SPItemEventProperties
The properties of the event handler.
ExceptionCondition
ArgumentNullException

properties is null .

This event occurs if an item has been added.

Before and After properties are guaranteed for postback events on documents, but Before properties are not available for postback events on list items.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.