Overrides the OnKeyUp event to handle key strokes for the currently selected item
e.g. the ContextMenuPopup key
| C# | Visual Basic | Visual C++ |
protected override void OnKeyUp( KeyEventArgs e )
Protected Overrides Sub OnKeyUp ( _ e As KeyEventArgs _ )
protected: virtual void OnKeyUp( KeyEventArgs^ e ) override
- e (KeyEventArgs)
- Provides data from the KeyEvent that occured