共用方式為


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 安全性

請參閱

參考

AdornerPanel 類別

Microsoft.Windows.Design.Interaction 命名空間

其他資源

裝飾項架構

功能提供者和功能連接器