Overrides the OnKeyDown event to handle key strokes for the currently selected item.
Currently, if the spacebar is pressed, the checkboxes are toggled.
| C# | Visual Basic | Visual C++ |
protected override void OnKeyDown( KeyEventArgs e )
Protected Overrides Sub OnKeyDown ( _ e As KeyEventArgs _ )
protected: virtual void OnKeyDown( KeyEventArgs^ e ) override
- e (KeyEventArgs)
- Provides data from the KeyEvent that occured