SPItemEventDataCollection members
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).
The SPItemEventDataCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
ChangedProperties | Gets properties that have changed in the collection. | |
Item | Gets the event data with the specified key from the collection. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an IEnumerator<T> enumerator object to enumerator over the event properties. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top