Keyboard.AddGotKeyboardFocusHandler メソッド

定義

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

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

パラメーター

element
DependencyObject

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

handler
KeyboardFocusChangedEventHandler

追加するイベント ハンドラー。

注釈

このメソッドは、アタッチされたイベントのコード アクセスと XAML 属性処理用の添付プロパティ アクセサーを Keyboard.GotKeyboardFocus 提供します。

適用対象