Share via


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

Property value

Type: System.Object
An object that represents the event data.

See also

Reference

SPItemEventDataCollection class

SPItemEventDataCollection members

Microsoft.SharePoint namespace