Compartilhar via


InfoPathEditor.SetNotifyHostEventHandler(INotifyHostEventHandler) Método

Definição

Define o manipulador de eventos no aplicativo host para lidar com o evento que ocorre quando o NotifyHost(String) método do XDocument objeto é usado para notificar o aplicativo host.

public:
 void SetNotifyHostEventHandler(Microsoft::Office::Interop::InfoPath::INotifyHostEventHandler ^ pHandler);
public void SetNotifyHostEventHandler (Microsoft.Office.Interop.InfoPath.INotifyHostEventHandler pHandler);
abstract member SetNotifyHostEventHandler : Microsoft.Office.Interop.InfoPath.INotifyHostEventHandler -> unit
Public Sub SetNotifyHostEventHandler (pHandler As INotifyHostEventHandler)

Parâmetros

pHandler
INotifyHostEventHandler

A interface que deve ser implementada no aplicativo personalizado para manipular o evento do InfoPathEditor objeto.

Comentários

Para obter mais informações sobre os InfoPathEditor objetos e FormControl , consulte o artigo MSDN Hospedando o Ambiente de Edição de Formulários do InfoPath em um aplicativo de formulário personalizado do WindowsNovidades para Desenvolvedores do InfoPath.

Aplica-se a