AdornerPanel.OnPreviewGotKeyboardFocus メソッド
未処理の Keyboard.PreviewGotKeyboardFocus 添付イベントが、そのルート上で、このクラスから派生した要素に到達すると呼び出されます。
名前空間: Microsoft.Windows.Design.Interaction
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Protected Overrides Sub OnPreviewGotKeyboardFocus ( _
e As KeyboardFocusChangedEventArgs _
)
protected override void OnPreviewGotKeyboardFocus(
KeyboardFocusChangedEventArgs e
)
protected:
virtual void OnPreviewGotKeyboardFocus(
KeyboardFocusChangedEventArgs^ e
) override
abstract OnPreviewGotKeyboardFocus :
e:KeyboardFocusChangedEventArgs -> unit
override OnPreviewGotKeyboardFocus :
e:KeyboardFocusChangedEventArgs -> unit
protected override function OnPreviewGotKeyboardFocus(
e : KeyboardFocusChangedEventArgs
)
パラメーター
- e
型: System.Windows.Input.KeyboardFocusChangedEventArgs
イベント データを格納している KeyboardFocusChangedEventArgs。
解説
IsContentFocusable が false の場合、AdornerPanel はこのプレビュー イベントをオーバーライドして、フォーカスを無効にします。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
Microsoft.Windows.Design.Interaction 名前空間