TextCompositionManager.RemovePreviewTextInputUpdateHandler メソッド

定義

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

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

パラメーター

element
DependencyObject

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

handler
TextCompositionEventHandler

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

注釈

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

適用対象

こちらもご覧ください