Condividi tramite


Metodo KeyProcessor.PreviewKeyDown

Gestisce l'evento PreviewKeyDown.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • args
    Tipo: KeyEventArgs

    In KeyEventArgs descrizione dell'evento tasto.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

KeyProcessor Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor