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 a list 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 ListEventReceiverCodeToRun ( _
list As SPList _
)
'Usage
Dim instance As New ListEventReceiverCodeToRun(AddressOf HandlerMethod)
public delegate void ListEventReceiverCodeToRun(
SPList list
)
Parameters
- list
Type: Microsoft.SharePoint.SPList
Remarks
This delegate is called by ther RunAndHandleVersionConflicts method.