INotifyHostEventHandler 接口

定义

当对象托管在自定义应用程序中时InfoPathEditor,必须在主机应用程序中实现以处理 NotifyHost(String) 对象的 方法XDocument的接口。

public interface class INotifyHostEventHandler
[System.Runtime.InteropServices.Guid("096CD764-0786-11D1-95FA-0080C78EE3BB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface INotifyHostEventHandler
type INotifyHostEventHandler = interface
Public Interface INotifyHostEventHandler
属性

注解

INotifyHostEventHandler 接口用于随时使用自定义表单代码将数据发送到主机应用程序,尤其是在无法使用 InfoPathEditor 对象的 属性访问Host主机时。

有关 InfoPathEditorFormControl 对象 的详细信息,请参阅 MSDN 一文在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境面向 InfoPath 开发人员的新增功能。

方法

NotifyHostEventHandler(Object, String)

当对象托管在自定义应用程序中时,处理 InfoPathEditor 对象的 方法XDocument中的事件NotifyHost(String)

适用于