SPItemEventDataCollection.Item property
Gets the event data with the specified key from the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Default Property Item ( _
key As String _
) As Object
Get
Set
'Usage
Dim instance As SPItemEventDataCollection
Dim key As String
Dim value As Object
value = instance(key)
instance(key) = value
public Object this[
string key
] { get; set; }
Parameters
key
Type: System.StringA string that contains the key.
Property value
Type: System.Object
An object that represents the event data.
See also
Reference
SPItemEventDataCollection class