ContextChangedEventHandler デリゲート
フォームの ContextChanged イベントを処理するメソッドを表します。
名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath (microsoft.office.infopath.dll 内)
構文
'宣言
Public Delegate Sub ContextChangedEventHandler ( _
sender As Object, _
e As ContextChangedEventArgs _
)
'使用
Dim instance As New ContextChangedEventHandler(AddressOf HandlerMethod)
public delegate void ContextChangedEventHandler (
Object sender,
ContextChangedEventArgs e
)
パラメータ
- sender
イベントのソース。
- e
イベント データを含む ContextChangedEventArgs オブジェクト。
コメント
ContextChanged イベントに関連付けられたイベント ハンドラのコード スケルトン (ContextChangedEventHandler 代理を使用) は、Microsoft Office InfoPath 2007 のユーザー インターフェイスのみから追加します。InfoPath でイベント ハンドラを追加する方法の詳細については、「[方法] イベント ハンドラを追加する方法」を参照してください。
例
ContextChangedEventHandler 代理の使用例については、FormEvents クラスの ContextChanged イベントのサンプル コードを参照してください。