从共享点页面删除 Web 部件时的自定义代码
我正在开发一个网络部件。这里我在 webpart 的属性中有一些配置。使用该配置,Web 部件将显示一些输出。配置需要更多时间才能完成,因此当用户删除 Web 部件时,我需要请求最终用户确认。我该怎么办呢。
i am developing a webpart. here i have some n number of configurations in webpart's properties. Using that configuration the webpart will show some output. The configuration will take more time to complete, so when the user delete the webpart i need to ask confirmation from the end user. How can i do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以订阅 WebPartDeleting 事件.microsoft.com/en-us/library/microsoft.sharepoint.webpartpages.spwebpartmanager_members.aspx" rel="nofollow">SPWebPartManager 在母版页中并编写您的自定义代码来检查那里的配置。
You can subscribe to WebPartDeleting event of SPWebPartManager in the master page and write your custom code to check the configurations there.