Edit

Share via


FormControl.SetSubmitToHostEventHandler(ISubmitToHostEventHandler) Method

Definition

Sets the event handler in the host application for handling the Submit() method of the SubmitToHostAdapter object.

public:
 virtual void SetSubmitToHostEventHandler(Microsoft::Office::Interop::InfoPath::ISubmitToHostEventHandler ^ handler);
public virtual void SetSubmitToHostEventHandler (Microsoft.Office.Interop.InfoPath.ISubmitToHostEventHandler handler);
abstract member SetSubmitToHostEventHandler : Microsoft.Office.Interop.InfoPath.ISubmitToHostEventHandler -> unit
override this.SetSubmitToHostEventHandler : Microsoft.Office.Interop.InfoPath.ISubmitToHostEventHandler -> unit
Public Overridable Sub SetSubmitToHostEventHandler (handler As ISubmitToHostEventHandler)

Parameters

handler
ISubmitToHostEventHandler

The interface that must be implemented in the custom application to handle the event from the FormControl object.

Remarks

Sets the function in the host application that is used as the callback function when submitting data back to the host application. To configure the data connection for submitting to the host application, open the form template in InfoPath design mode, click Submit Options on the Tools menu, select the Allow users to submit this form check box, select Hosting environment in the drop-down list, and then click Add.

For more information about the FormControl object, see Hosting the InfoPath Form Editing Environment in a Custom Windows Form Application

Applies to