SPItemEventDataCollection.ChangedProperties Property
Gets properties that have changed in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ChangedProperties As Hashtable
Get
'Usage
Dim instance As SPItemEventDataCollection
Dim value As Hashtable
value = instance.ChangedProperties
public Hashtable ChangedProperties { get; }
Property Value
Type: System.Collections.Hashtable
A System.Collections.Hashtable object that represents the changes.
See Also
Reference
SPItemEventDataCollection Class