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: KeyEventArgsA KeyEventArgs descrevendo o evento-chave.
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ável.