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