- e
- The KeyEventArgs that contains the event data.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnKeyDown( _ ByVal e As KeyEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void OnKeyDown( KeyEventArgs e ) |
C++/CLI | |
---|---|
protected: void OnKeyDown( KeyEventArgs e ) override |
Parameters
- e
- The KeyEventArgs that contains the event data.
For more information, refer to OnKeyDown.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family