ISPEventReceiversHost.AddEventReceiverCallback method

Adds one web-based RPC context process to the collection of all predefined event receiver processes available to the SharePoint server.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Sub AddEventReceiverCallback ( _
    eventReceiverDefinition As SPEventReceiverDefinition, _
    contextList As SPList _
)
'Usage
Dim instance As ISPEventReceiversHost
Dim eventReceiverDefinition As SPEventReceiverDefinition
Dim contextList As SPList

instance.AddEventReceiverCallback(eventReceiverDefinition, _
    contextList)
void AddEventReceiverCallback(
    SPEventReceiverDefinition eventReceiverDefinition,
    SPList contextList
)

Parameters

See also

Reference

ISPEventReceiversHost interface

ISPEventReceiversHost members

Microsoft.SharePoint namespace