FormControl.SetNotifyHostEventHandler(INotifyHostEventHandler) 方法

定义

设置主机应用程序中的事件处理程序,以处理使用 对象的 方法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 表单编辑环境

适用于