GridControl.OnKeyPressedOnCell(Int64, Int32, Keys, Keys) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- nCurRow
- Int64
- nCurCol
- Int32
- key
- Keys
- mod
- Keys