TabItem.OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) メソッド

定義

この要素にキーボード フォーカスがあることを通知します。

protected:
 override void OnPreviewGotKeyboardFocus(System::Windows::Input::KeyboardFocusChangedEventArgs ^ e);
protected override void OnPreviewGotKeyboardFocus (System.Windows.Input.KeyboardFocusChangedEventArgs e);
override this.OnPreviewGotKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unit
Protected Overrides Sub OnPreviewGotKeyboardFocus (e As KeyboardFocusChangedEventArgs)

パラメーター

e
KeyboardFocusChangedEventArgs

キーボード入力イベントの引数。

適用対象