I have an ItemAdding event handler created and targeted to a Custom List. The event receiver seems to be firing on all custom list on the site. I wonder if I should target it to a specific custom list. Is this possible? or should I just leave it like it is now? If it's possible, how?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Navigate to corresponding Elements.xml, and you will notice
What you need is to use There is a how-to on this on MSDN: Basic example:
Full schema of Receivers element could be found in Receivers Element MSDN reference article. Also, the binding could be performed programmatically (usually in FeatureActivated receiver), using SPList.EventReceivers collection. |
||||
|
