Site.EventReceivers プロパティ
Provides event receivers for events that occur at the scope of the site collection.
名前空間: 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 Site
Dim value As EventReceiverDefinitionCollection
value = instance.EventReceivers
public EventReceiverDefinitionCollection EventReceivers { get; }
プロパティ値
型: Microsoft.SharePoint.Client.EventReceiverDefinitionCollection
Returns EventReceiverDefinitionCollection.
注釈
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.