GridControl.OnKeyPressedOnCell(Int64, Int32, Keys, Keys) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void OnKeyPressedOnCell(long nCurRow, int nCurCol, System::Windows::Forms::Keys key, System::Windows::Forms::Keys mod);
protected virtual void OnKeyPressedOnCell (long nCurRow, int nCurCol, System.Windows.Forms.Keys key, System.Windows.Forms.Keys mod);
abstract member OnKeyPressedOnCell : int64 * int * System.Windows.Forms.Keys * System.Windows.Forms.Keys -> unit
override this.OnKeyPressedOnCell : int64 * int * System.Windows.Forms.Keys * System.Windows.Forms.Keys -> unit
Protected Overridable Sub OnKeyPressedOnCell (nCurRow As Long, nCurCol As Integer, key As Keys, mod As Keys)
Parameters
- nCurRow
- Int64
- nCurCol
- Int32
- key
- Keys
- mod
- Keys