Compartilhar via


Método KeyProcessor.PreviewKeyUp

Manipula o evento PreviewKeyUp.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
Public Overridable Sub PreviewKeyUp ( _
    args As KeyEventArgs _
)
public virtual void PreviewKeyUp(
    KeyEventArgs args
)
public:
virtual void PreviewKeyUp(
    KeyEventArgs^ args
)
abstract PreviewKeyUp : 
        args:KeyEventArgs -> unit  
override PreviewKeyUp : 
        args:KeyEventArgs -> unit
public function PreviewKeyUp(
    args : KeyEventArgs
)

Parâmetros

  • args
    Tipo: KeyEventArgs

    A KeyEventArgs descrevendo o evento-chave.

Segurança do .NET Framework

Consulte também

Referência

KeyProcessor Classe

Namespace Microsoft.VisualStudio.Text.Editor