SPItemEventDataCollection Class

Holds the properties of an item in state, which can be the current properties of the item (for Before events), properties that the item will have (for updating events), or changed properties of the item (for After events).

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPItemEventDataCollection

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SerializableAttribute> _
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPItemEventDataCollection _
    Implements IEnumerable
'Usage
Dim instance As SPItemEventDataCollection
[SerializableAttribute]
[SubsetCallableTypeAttribute]
public sealed class SPItemEventDataCollection : IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPItemEventDataCollection Members

Microsoft.SharePoint Namespace