DotNetShoutout - Stories tagged with event recievers
2
Shouts

Check out causing the item update event receivers call twice in SharePoint

posted by PraveenPraveen 1129 days, 20 hours, 42 minutes ago
Thursday, April 15, 2010 6:24:01 PM GMT
Event receivers will help us to write events to add custom logic to perform operations while adding/updating/deleting items in a list/libraries in SharePoint. We can register the receivers to all lists/libraries or to a particular list or a library. Here in this post I am explaining the special case of the item update event receivers. This is regarding the calling of these events 2 times by SharePoint framework when check out action... (more)
category: How To | clicked: 1 | comment | | source: praveenbattula.blogspot.com
tags: SharePoint 2007, event recievers