TextCompositionManager.RemoveTextInputUpdateHandler メソッド

定義

TextInputUpdate 添付イベントのハンドラーを削除します。

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

パラメーター

element
DependencyObject

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

handler
TextCompositionEventHandler

削除するハンドラーを指定するデリゲート。

注釈

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

適用対象

こちらもご覧ください