次の方法で共有


INotifyHostEventHandler.NotifyHostEventHandler(Object, String) メソッド

定義

オブジェクトがカスタム アプリケーションで NotifyHost(String) ホストされている場合、 XDocument オブジェクトの InfoPathEditor メソッドからイベントを処理します。

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)

パラメーター

sender
Object

ホストに通知を送信するオブジェクト。

notification
String

NotifyHost メソッドから送信されたメッセージの内容。

注釈

InfoPathEditorFormControl オブジェクトの詳細については、MSDN の記事「カスタム Windows フォーム アプリケーションでの InfoPath フォーム編集環境のホスティング InfoPath開発者向けの新機能」を参照してください。

適用対象