SPContentType.EventReceivers Property
Gets the collection of event receiver definitions for the content type.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Property Value
Type: Microsoft.SharePoint.SPEventReceiverDefinitionCollectionThe collection of event receiver definitions.
For more information about event receiver definitions, see Events in SharePoint Foundation 2010.
Always returns null
Checking this property in ILSpy reveals that this property only returns null
- 5/3/2012
- h_chin
Event receiver “inheritance” between parent and child content types
If you would like to learn more about the behavior of event receivers attached to content types read this post:
http://pholpar.wordpress.com/2010/08/06/event-receiver-inheritance-between-parent-and-child-content-types
http://pholpar.wordpress.com/2010/08/06/event-receiver-inheritance-between-parent-and-child-content-types
- 8/6/2010
- Peter Holpar