Keyboard.RemoveGotKeyboardFocusHandler メソッド

定義

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

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

パラメーター

element
DependencyObject

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

handler
KeyboardFocusChangedEventHandler

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

注釈

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

適用対象