Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Provides class handling for the PreviewKeyTipAccessed routed event.
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
)
Parameters
- e
Type: Microsoft.Windows.Controls.KeyTipAccessedEventArgs
The event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.