Método RibbonMenuItem.OnPreviewKeyUp
Fornece a classe tratamento para o PreviewKeyUp de evento.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (em RibbonControlsLibrary.dll)
Sintaxe
'Declaração
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
- e
Tipo: System.Windows.Input.KeyEventArgs
Os dados do evento.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.