Upravit

Sdílet prostřednictvím


IInitEventHandler Interface

Definition

The interface that must be implemented in the host application to handle the event that occurs when a form is loaded in the InfoPathEditor object, which is hosted in a custom application.

public interface class IInitEventHandler
public interface IInitEventHandler
type IInitEventHandler = interface
Public Interface IInitEventHandler

Remarks

The IInitEventHandler interface is available for use when the InfoPathEditor object is hosted in a custom application. For more information about the InfoPathEditor and the FormControl objects , see the MSDN article Hosting the InfoPath Form Editing Environment in a Custom Windows Form ApplicationWhat's New for InfoPath Developers.

Methods

InitEventHandler(Object, XmlForm, XdReadOnlyViewMode)

Handles the initialization event when a form is loaded in the hosted InfoPathEditor object.

Applies to