ISubmitToHostEventHandler Interface
The interface that must be implemented in the host application to handle the Submit method of the SubmitToHostAdapterObject object when the InfoPathEditor object is hosted in a custom application.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
<GuidAttribute("096CD738-0786-11D1-95FA-0080C78EE3BB")> _
<InterfaceTypeAttribute()> _
Public Interface ISubmitToHostEventHandler
'Usage
Dim instance As ISubmitToHostEventHandler
[GuidAttribute("096CD738-0786-11D1-95FA-0080C78EE3BB")]
[InterfaceTypeAttribute()]
public interface ISubmitToHostEventHandler
Remarks
The ISubmitToHostEventHandler interface is available for use when the InfoPathEditor object is hosted in a custom application. For more information, see the "The InfoPath Editor Hosted As a Control" section of What's New for InfoPath Developers and the MSDN article Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application.