InternalStartup イベントでイベント ハンドラをバインドするために使用する EventManager オブジェクトを取得します。
名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath.FormControl (microsoft.office.infopath.formcontrol.dll 内)
構文
'宣言
Public Overridable ReadOnly Property EventManager As EventManager
'使用
Dim instance As FormControl
Dim value As EventManager
value = instance.EventManager
public virtual EventManager EventManager { get; }
プロパティ値
EventManager オブジェクト。
コメント
FormControl オブジェクトの詳細については、「カスタム Windows フォーム アプリケーションで InfoPath 2007 フォーム編集環境をホストする」および「InfoPath 開発者向けの新機能」の「コントロールとしてホストされる InfoPath エディタ」を参照してください。
関連項目
参照
FormControl クラス
FormControl のメンバ
Microsoft.Office.InfoPath 名前空間