FormControl.SetNotifyHostEventHandler(INotifyHostEventHandler) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置主机应用程序中的事件处理程序,以处理使用 对象的 方法XDocument通知主机应用程序时NotifyHost(String)发生的事件。
public:
virtual void SetNotifyHostEventHandler(Microsoft::Office::Interop::InfoPath::INotifyHostEventHandler ^ handler);
public virtual void SetNotifyHostEventHandler (Microsoft.Office.Interop.InfoPath.INotifyHostEventHandler handler);
abstract member SetNotifyHostEventHandler : Microsoft.Office.Interop.InfoPath.INotifyHostEventHandler -> unit
override this.SetNotifyHostEventHandler : Microsoft.Office.Interop.InfoPath.INotifyHostEventHandler -> unit
Public Overridable Sub SetNotifyHostEventHandler (handler As INotifyHostEventHandler)
参数
- handler
- INotifyHostEventHandler
必须在自定义应用程序中实现以处理来自 FormControl 对象的事件的接口。
注解
有关 FormControl 对象的详细信息,请参阅 在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境