Tagged Questions
0
votes
1answer
415 views
Get the inserted values from inside a ItemAdding event
Is it possible to get the values that were inserted (to create an item in a list) from inside the ItemAdding event?
For ItemAdded the data is available in properties.ListItem, but for ItemAdding this ...
3
votes
1answer
627 views
ItemAdding event on list item to target a specific custom list
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 ...
1
vote
3answers
253 views
how can i know Items in Tasks list viewed by user(something like “Last Viewed” and “Last Viewed By”)?
for every list-item in Lists we have two columns or fields by the name of "Modified" and "Modified By". you got the idea, i wanna have two columns or fields for Tasks List by the name of "Viewed" and ...