次の方法で共有


FormControl.InternalStartup イベント

ホストされているフォームが開始されると発生します。

名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath.FormControl (microsoft.office.infopath.formcontrol.dll 内)

構文

'宣言
Public Event InternalStartup As EventHandler(Of EventArgs)
'使用
Dim instance As FormControl
Dim handler As EventHandler(Of EventArgs)

AddHandler instance.InternalStartup, handler
public event EventHandler<EventArgs> InternalStartup

コメント

FormControl オブジェクトの詳細については、「カスタム Windows フォーム アプリケーションで InfoPath 2007 フォーム編集環境をホストする」および「InfoPath 開発者向けの新機能」の「コントロールとしてホストされる InfoPath エディタ」を参照してください。

関連項目

参照

FormControl クラス
FormControl のメンバ
Microsoft.Office.InfoPath 名前空間