次の方法で共有


InfoPathEditor.SetNotifyHostEventHandler(INotifyHostEventHandler) メソッド

定義

オブジェクトのメソッドXDocumentを使用してホスト アプリケーションに通知するときに発生するイベントをNotifyHost(String)処理するイベント ハンドラーをホスト アプリケーションで設定します。

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)

パラメーター

pHandler
INotifyHostEventHandler

オブジェクトから InfoPathEditor イベントを処理するためにカスタム アプリケーションに実装する必要があるインターフェイス。

注釈

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

適用対象