Site.EventReceivers - Propriété
Provides event receivers for events that occur at the scope of the site collection.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EventReceivers As EventReceiverDefinitionCollection
Get
'Utilisation
Dim instance As Site
Dim value As EventReceiverDefinitionCollection
value = instance.EventReceivers
public EventReceiverDefinitionCollection EventReceivers { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.EventReceiverDefinitionCollection
Returns EventReceiverDefinitionCollection.
Remarques
Items that are associated with a site collection for which you have registered this event receiver – for example, any lists that exist on the site – will have these site-level events bound to them.