RibbonGalleryItem.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 LostKeyboardFocus 已路由事件的類別處理。
protected:
override void OnLostKeyboardFocus(System::Windows::Input::KeyboardFocusChangedEventArgs ^ e);
protected override void OnLostKeyboardFocus (System.Windows.Input.KeyboardFocusChangedEventArgs e);
override this.OnLostKeyboardFocus : System.Windows.Input.KeyboardFocusChangedEventArgs -> unit
Protected Overrides Sub OnLostKeyboardFocus (e As KeyboardFocusChangedEventArgs)
參數
事件資料。
備註
當這個控制項失去鍵盤焦點時,這個方法會將 IsPressed 和 IsHighlighted 屬性設定為 false
。
這個實作會將 LostKeyboardFocus 事件資料的 屬性設定 Handled 為 ,將事件標示 true
為 所處理。