SPItemEventDataCollection.ChangedProperties property
Gets properties that have changed in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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