Свойство Web.EventReceivers
Gets the collection of event receiver definitions that are currently available on the website.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property EventReceivers As EventReceiverDefinitionCollection
Get
'Применение
Dim instance As Web
Dim value As EventReceiverDefinitionCollection
value = instance.EventReceivers
public EventReceiverDefinitionCollection EventReceivers { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.EventReceiverDefinitionCollection
An EventReceiverDefinitionCollection object that represents the event receiver definitions.