ISubmitToHostEventHandler Interface

Definition

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.

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
Attributes

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

Methods

SubmitToHostEventHandler(Object, String, String)

Handles the event from the Submit() method of the SubmitToHostAdapterObject object when the InfoPathEditor object is hosted in a custom application.

Applies to