EventReceiverDefinitionCollection class

Represents a collection of EventReceiverDefinition objects that are used to enumerate the list of registered event receivers for Microsoft SharePoint Foundation objects that can have events.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<EventReceiverDefinition>
        Microsoft.SharePoint.Client.EventReceiverDefinitionCollection

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

Syntax

'Declaration
Public Class EventReceiverDefinitionCollection _
    Inherits ClientObjectCollection(Of EventReceiverDefinition)
'Usage
Dim instance As EventReceiverDefinitionCollection
public class EventReceiverDefinitionCollection : ClientObjectCollection<EventReceiverDefinition>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EventReceiverDefinitionCollection members

Microsoft.SharePoint.Client namespace