Compartir a través de


RibbonMenuItem.OnPreviewKeyUp (Método)

Proporciona control de clases para el evento PreviewKeyUp.

Espacio de nombres:  Microsoft.Windows.Controls.Ribbon
Ensamblado:  RibbonControlsLibrary (en RibbonControlsLibrary.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

RibbonMenuItem Clase

Microsoft.Windows.Controls.Ribbon (Espacio de nombres)