TextCompositionManager.AddPreviewTextInputUpdateHandler メソッド

定義

PreviewTextInputUpdate 添付イベントのハンドラーを追加します。

public:
 static void AddPreviewTextInputUpdateHandler(System::Windows::DependencyObject ^ element, System::Windows::Input::TextCompositionEventHandler ^ handler);
public static void AddPreviewTextInputUpdateHandler (System.Windows.DependencyObject element, System.Windows.Input.TextCompositionEventHandler handler);
static member AddPreviewTextInputUpdateHandler : System.Windows.DependencyObject * System.Windows.Input.TextCompositionEventHandler -> unit
Public Shared Sub AddPreviewTextInputUpdateHandler (element As DependencyObject, handler As TextCompositionEventHandler)

パラメーター

element
DependencyObject

イベント ハンドラーを追加する対象の依存関係オブジェクト。 依存関係オブジェクトは UIElement または ContentElement である必要があります。

handler
TextCompositionEventHandler

追加するハンドラーを指定するデリゲート。

注釈

このメソッドは、このイベントのトンネリング バージョンのハンドラーを追加します。 このイベントのバブリング バージョンの詳細については、「」を参照してください TextInputUpdate

適用対象

こちらもご覧ください