SPList.EventReceivers property
取得清單之已註冊的事件接收器的集合。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property EventReceivers As SPEventReceiverDefinitionCollection
Get
'用途
Dim instance As SPList
Dim value As SPEventReceiverDefinitionCollection
value = instance.EventReceivers
public SPEventReceiverDefinitionCollection EventReceivers { get; }
Property value
Type: Microsoft.SharePoint.SPEventReceiverDefinitionCollection
代表事件接收器SPEventReceiverDefinitionCollection物件。