Called by the DataGrid when a keypress occurs on a row with "focus."
[Visual Basic] Overridable Public Function OnKeyPress( _ ByVal keyData As Keys _ ) As Boolean [C#] public virtual bool OnKeyPress( Keys keyData ); [C++] public: virtual bool OnKeyPress( Keys keyData ); [JScript] public function OnKeyPress( keyData : Keys ) : Boolean;
True if the keypress has been handled and the grid should not process it any further. False otherwise.
DataGridRow Class | DataGridRow Members | System.WinForms Namespace