Compartilhar via


Método KeyProcessor.PreviewKeyDown

Manipula o evento PreviewKeyDown.

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

Sintaxe

'Declaração
Public Overridable Sub PreviewKeyDown ( _
    args As KeyEventArgs _
)
public virtual void PreviewKeyDown(
    KeyEventArgs args
)
public:
virtual void PreviewKeyDown(
    KeyEventArgs^ args
)
abstract PreviewKeyDown : 
        args:KeyEventArgs -> unit  
override PreviewKeyDown : 
        args:KeyEventArgs -> unit
public function PreviewKeyDown(
    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