I am working on creating event reciever for a custom list in sharepoint 2010 using visual studio..how can this event reciever be targeted to a specific custom list ..in my case its customEmpList?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If you want to declaratively attach the event receiver, you may specify ListUrl in the Receivers Element.
How to: Create an Event Receiver for a Specific List Instance |
|||
|
|
|
Create a feature that upon activation have the proper code to attach to a specific list for e.g. :
} The following link contains other possible ways of attaching event handlers : http://blogs.msdn.com/b/brianwilson/archive/2007/03/18/event-handlers-part-3-register-event-handlers-plus-free-site-settings-manage-event-handlers-add-on.aspx |
|||
|
|