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

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

適用対象