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.
Delegate for running code in an item event receiver while recovering from version conflicts.
Namespace: Microsoft.Office.Server.Utilities
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Delegate Sub ItemEventReceiverCodeToRun ( _
item As SPListItem _
)
'Usage
Dim instance As New ItemEventReceiverCodeToRun(AddressOf HandlerMethod)
public delegate void ItemEventReceiverCodeToRun(
SPListItem item
)
Parameters
- item
Type: Microsoft.SharePoint.SPListItem
Remarks
This delegate is called by ther RunAndHandleVersionConflicts method.