RibbonMenuItem.OnLostKeyboardFocus-Methode
Stellt eine Klassenbehandlung für das LostKeyboardFocus-Routingereignis bereit.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub OnLostKeyboardFocus ( _
e As KeyboardFocusChangedEventArgs _
)
protected override void OnLostKeyboardFocus(
KeyboardFocusChangedEventArgs e
)
protected:
virtual void OnLostKeyboardFocus(
KeyboardFocusChangedEventArgs^ e
) override
abstract OnLostKeyboardFocus :
e:KeyboardFocusChangedEventArgs -> unit
override OnLostKeyboardFocus :
e:KeyboardFocusChangedEventArgs -> unit
protected override function OnLostKeyboardFocus(
e : KeyboardFocusChangedEventArgs
)
Parameter
- e
Typ: System.Windows.Input.KeyboardFocusChangedEventArgs
Die Ereignisdaten.
Hinweise
Diese Implementierung ändert den Behandlungszustand (die Handled-Eigenschaft) der LostKeyboardFocus-Ereignisdaten nicht.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.