RibbonQuickAccessToolBar.OnPreviewKeyTipAccessed-Methode
Stellt eine Klassenbehandlung für das PreviewKeyTipAccessed-Routingereignis bereit.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overridable Sub OnPreviewKeyTipAccessed ( _
e As KeyTipAccessedEventArgs _
)
protected virtual void OnPreviewKeyTipAccessed(
KeyTipAccessedEventArgs e
)
protected:
virtual void OnPreviewKeyTipAccessed(
KeyTipAccessedEventArgs^ e
)
abstract OnPreviewKeyTipAccessed :
e:KeyTipAccessedEventArgs -> unit
override OnPreviewKeyTipAccessed :
e:KeyTipAccessedEventArgs -> unit
protected function OnPreviewKeyTipAccessed(
e : KeyTipAccessedEventArgs
)
Parameter
- e
Typ: Microsoft.Windows.Controls.KeyTipAccessedEventArgs
Die Ereignisdaten.
.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.