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
)
參數
備註
如果 IsContentFocusable 為 false,AdornerPanel 會覆寫這個預覽事件,如此便不會允許焦點。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間