ISubmitToHostEventHandler 接口

定义

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

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

注解

InfoPathEditor 对象托管在自定义应用程序中时,可以使用 ISubmitToHostEventHandler 接口。 有关详细信息,请参阅 InfoPath 开发人员的新增功能中的“作为控件托管的 InfoPath 编辑器”部分和 MSDN 文章 在自定义 Windows 窗体应用程序中托管 InfoPath 表单编辑环境

方法

SubmitToHostEventHandler(Object, String, String)

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

适用于