Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有多个使用相同模板实例化的网站。创建 Web 时,也会创建自定义列表。有没有办法定义一个全局事件接收器来处理使用该模板定义的所有列表的 ItemAdded 事件?
不,我不认为这是可能的。但是您可以在模板中的自定义列表上注册您的事件接收器,并且您的所有(显然是新创建的列表)都将自动注册事件接收器。