Raises the System.WinForms.Control.KeyDown event.
[Visual Basic] Overrides Protected Sub OnKeyDown( _ ByVal ke As KeyEventArgs _ ) [C#] protected override void OnKeyDown( KeyEventArgs ke ); [C++] protected: override void OnKeyDown( KeyEventArgs* ke ); [JScript] protected override function OnKeyDown( ke : KeyEventArgs );
Raising an event invokes the event-handling method through a delegate. For an overview, see TBD. Notes to Inheritors When overriding OnKeyDown in a derived class, be sure to call the base class's OnKeyDown method.
DataGrid Class | DataGrid Members | System.WinForms Namespace