DataGridViewCell::OnKeyDown Method (KeyEventArgs^, Int32)
.NET Framework (current version)
Called when a character key is pressed while the focus is on a cell.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- e
-
Type:
System.Windows.Forms::KeyEventArgs^
A KeyEventArgs that contains the event data.
- rowIndex
-
Type:
System::Int32
The index of the cell's parent row.
This method is similar to the Control::OnKeyDown method. It is called in the same circumstances in which a KeyDown event is raised, but it does not actually raise the event.
.NET Framework
Available since 2.0
Available since 2.0
Show: