0 out of 2 rated this helpful - Rate this topic

SPItemEventProperties.AfterProperties property

Gets a hash table of properties consisting of string/value pairs that correspond to fields in the SPItem object after the event occurred.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public SPItemEventDataCollection AfterProperties { get; }

Property value

Type: Microsoft.SharePoint.SPItemEventDataCollection
An SPItemEventDataCollection object that represents the properties of the item after the event occurred.

When a Boolean column value in a list is set to true and the ItemUpdating method is called, the AfterProperties property reports -1 as the value instead.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.