SPItemEventProperties.InvalidateListItem method
Invalidates the current ListItem object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub InvalidateListItem
'Usage
Dim instance As SPItemEventProperties
instance.InvalidateListItem()
public void InvalidateListItem()
Remarks
This method is used to invalidate an outdated SPListItem object so that the next time a request to access the list item is made, the caller will get the updated object.