Keyboard.RemovePreviewKeyboardInputProviderAcquireFocusHandler メソッド

定義

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

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

パラメーター

element
DependencyObject

このイベントをリッスンする UIElement または ContentElement

handler
KeyboardInputProviderAcquireFocusEventHandler

削除するイベント ハンドラー。

注釈

このメソッドは、添付イベントへのコード アクセス用の添付プロパティ アクセサーを Keyboard.PreviewKeyboardInputProviderAcquireFocus 提供します。

適用対象