Handles the KeyUp event.
Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Overridable Sub KeyUp ( _
    args As KeyEventArgs _
)
public virtual void KeyUp(
    KeyEventArgs args
)
public:
virtual void KeyUp(
    KeyEventArgs^ args
)
abstract KeyUp : 
        args:KeyEventArgs -> unit  
override KeyUp : 
        args:KeyEventArgs -> unit
public function KeyUp(
    args : KeyEventArgs
)
Parameters
args
Type: KeyEventArgsA KeyEventArgs describing the key event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.