次の方法で共有


ContextChangedEventHandler 代理人

定義

フォームのイベントを処理する ContextChanged メソッドを表します。

public delegate void ContextChangedEventHandler(System::Object ^ sender, ContextChangedEventArgs ^ e);
public delegate void ContextChangedEventHandler(object sender, ContextChangedEventArgs e);
type ContextChangedEventHandler = delegate of obj * ContextChangedEventArgs -> unit
Public Delegate Sub ContextChangedEventHandler(sender As Object, e As ContextChangedEventArgs)

パラメーター

sender
Object

イベントのソース。

e
ContextChangedEventArgs

ContextChangedEventArgsイベント データを格納するオブジェクト。

ContextChangedEventHandler デリゲートの使用例については、クラスの ContextChanged イベントのサンプル コードをFormEvents参照してください。

注釈

ContextChangedEventHandler デリゲートを使用する ContextChanged イベントに関連付けられたイベント ハンドラーのコード スケルトンは、Microsoft InfoPath ユーザー インターフェイスからのみ追加する必要があります。 InfoPath でイベント ハンドラーを追加する方法の詳細については、「[方法] イベント ハンドラーを追加する方法」を参照してください。

適用対象