我正在使用 WebPart 一次添加多个列表项。
而且我还有一个EventReceiver
要处理ItemAdded
此列表中的事件。问题是当 WebPart 添加项目时,只有第一个项目添加的项目被EventReceiver
.
不知道为什么。有人可以帮我解释一下吗?谢谢。
我正在使用 SharePoint Online。
我正在使用 WebPart 一次添加多个列表项。
而且我还有一个EventReceiver
要处理ItemAdded
此列表中的事件。问题是当 WebPart 添加项目时,只有第一个项目添加的项目被EventReceiver
.
不知道为什么。有人可以帮我解释一下吗?谢谢。
我正在使用 SharePoint Online。
Can You post some code of your event receiver? Maybe the reason is that there is some kind of error thrown. Since ItemAdded
is run asynchronously, you won't get any visual notification of error (Except maybe some sandbox quota rising faster, since it's SharePoint Online.).