Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list item that is associated with the event that occurred.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property ListItem As SPListItem
Get
'Usage
Dim instance As SPItemEventProperties
Dim value As SPListItem
value = instance.ListItem
public SPListItem ListItem { get; }
Type: Microsoft.SharePoint.SPListItem
A SPListItem object associated with the event.