Tagged Questions
2
votes
3answers
107 views
Event Reciever ItemAdded fired twice
I'm trying to do some treatement after creating an item but the treatement is done twice because in my code after creating the item, I'm updating it , so the event reciever get fired twice: first when ...
7
votes
1answer
140 views
How to know if another event / user is running on an SPListItem (Sharepoint 2010)
I have a Sharepoint 2010 farm in which is deployed my solution. This solution provides some "data mantain" of some content types. Let me explain:
Suppose I add a file in a document library: when I ...
0
votes
0answers
158 views
ItemAdded eventreceiver for ListTemplate 119 (Wiki pages) not firing
The below code works fine for ItemAdded, however it isn't firing for ItemUpdated, simply put how do you add an ItemUpdated event receiver for a Wiki Page Library.
<?xml version="1.0" ...