Partager via


INotifyHostEventHandler.NotifyHostEventHandler(Object, String) Méthode

Définition

Gère l’événement à partir de la NotifyHost(String) méthode de l’objet XDocument lorsque l’objet InfoPathEditor est hébergé dans une application personnalisée.

public:
 void NotifyHostEventHandler(System::Object ^ sender, System::String ^ notification);
public void NotifyHostEventHandler(object sender, string notification);
abstract member NotifyHostEventHandler : obj * string -> unit
Public Sub NotifyHostEventHandler (sender As Object, notification As String)

Paramètres

sender
Object

Objet qui envoie la notification à l’hôte.

notification
String

Contenu du message envoyé à partir de la méthode NotifyHost .

Remarques

Pour plus d’informations sur InfoPathEditor et les FormControl objets , consultez l’article MSDN Hébergement de l’environnement d’édition de formulaire InfoPath dans une application Windows Form personnaliséeNouveautés pour les développeurs InfoPath.

S’applique à