TextCompositionEventHandler 代理人

定義

TextComposition および TextCompositionManager クラス (たとえば TextInput など) に関連するルーティング イベントを処理するメソッドを表します。

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

パラメーター

sender
Object

イベント ハンドラーがアタッチされているオブジェクト。

e
TextCompositionEventArgs

イベントのデータ。

注釈

このデリゲートは、次の添付イベントと共に使用されます。

このデリゲートは、基本要素の次のルーティング イベントでも使用されます。 これらのルーティング イベントは、WPF の一般的な要素モデルにアクセスしやすくするために、前述の添付イベントの一部を転送します。

アタッチされたイベントと基本要素のルーティング イベントはイベント データを共有し、ルーティング イベントのバブルとトンネリングのバージョンもイベント データを共有します。 これは、イベント ルートを移動するイベントの処理特性に影響を与える可能性があります。 詳細については、「 入力の概要」を参照してください。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象

こちらもご覧ください