Condividi tramite


Metodo KeyProcessor.PreviewKeyUp

Gestisce l'evento PreviewKeyUp.

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

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