SPEventReceiverDefinitionCollection methods
SharePoint 2013
The SPEventReceiverDefinitionCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add() | Creates an event receiver definition in the collection. |
|
Add(Guid) | Adds an event receiver definition to the collection that is identifiable by the specified globally unique identifier. |
|
Add(Guid, SPList) | Creates an event receiver definition in the collection based on the specified GUID and Microsoft SharePoint Foundation list. |
|
Add(SPEventReceiverType, String) | Creates a remote event receiver definition in the collection that is based on the specified event receiver type and url. |
|
Add(SPEventReceiverType, String, String) | Adds an event receiver definition to the collection that is already associated with its Assembly name, Class name, and event receiver type. |
|
CopyTo | Copies the contents of the collection to the given array starting at the specified index. |
|
Equals | (Inherited from Object.) |
|
EventReceiverDefinitionExist | Returns a Boolean variable that specifies whether an event receiver definition with the specified Guid exists in the collection. |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Gets an enumerator to iterate through the collection. (Inherited from SPBaseCollection.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
GetTypedEnumerator<T> | Returns a type-safe enumerator to iterate through the collection. (Inherited from SPBaseCollection.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection.CopyTo | Copies the elements of the collection to an array, starting at the specified array index. (Inherited from SPBaseCollection.) |