如何检测何时单击 Outlook 单独的表单区域按钮
我有一个单独的表单区域用于新邮件消息,我想知道如何在单击按钮显示表单数据时更新表单数据。
我当前正在加载表单数据,但这仅加载数据一次,并且不考虑用户在新邮件消息和单独的表单区域之间来回翻转。
我想做的是每当“收件人”电子邮件地址发生更改时更新表单数据,但似乎没有任何可用的事件挂钩。
I have a separate form region for new mail messages and I'd like to know how I can update the form data whenever the button is clicked to show it.
I am currently loading the form data on load but that only loads the data once and doesn't account for the user flipping back and forth between the new mail message and the separate form region.
What I'd like to do is to update the form data whenever the To email address changes but there doesn't seem to be any event hook available.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。
在表单区域的构造函数中,监听当前检查器的 PageChange 事件:
I figured it out.
In the form region's constructor, listen to the current inspector's PageChange event: