event-receiver
Why wont this event receiver code work?
We are trying to create an ItemAdded event receiver that will update Created By (Author) field in a custom SharePoint list. In this custom list we have enabled Item-Lever Permissions so that userA wil[详细]
2023-04-09 10:16 分类:问答Sharepoint synchrounous event receivers
I have a question about the synchrounous event receivers in Sharepoint 2007. As example, lets look at the event ItemUpdating: Is it safe开发者_StackOverflow社区 to assume that the update operation wi[详细]
2023-01-12 12:34 分类:问答Problem with event receiver in visual studio 2010
I am trying to figure out how to get the title of a list item from the ba开发者_Go百科se.ItemAdding(properties);[详细]
2022-12-28 09:01 分类:问答How should I organize SharePoint Event Receivers in Visual Studio?
We have several custom lists, each of which has s开发者_如何学Goeveral event receivers associated with it (although only a couple have actually been written as of now). This event receivers handle a m[详细]
2022-12-22 13:13 分类:问答Sharepoint item updating event - cancel event back to editform page?
I have an event receiver for a content type to validate some data in the ItemUpdating event. If I cancel the event (some of the data isn\'t valid for example), I set the properties cancel to true:[详细]
2022-12-16 17:26 分类:问答