Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides class handling for the PreviewKeyUp event.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub OnPreviewKeyUp ( _
e As KeyEventArgs _
)
protected override void OnPreviewKeyUp(
KeyEventArgs e
)
protected:
virtual void OnPreviewKeyUp(
KeyEventArgs^ e
) override
abstract OnPreviewKeyUp :
e:KeyEventArgs -> unit
override OnPreviewKeyUp :
e:KeyEventArgs -> unit
protected override function OnPreviewKeyUp(
e : KeyEventArgs
)
Parameters
- e
Type: System.Windows.Input.KeyEventArgs
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.