Occurs when a key is pressed while a cell has focus.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public event CellKeyEventHandler CellKeyPressed
Public Event CellKeyPressed As CellKeyEventHandler
public: event CellKeyEventHandler^ CellKeyPressed { void add (CellKeyEventHandler^ value); void remove (CellKeyEventHandler^ value); }
member CellKeyPressed : IEvent<CellKeyEventHandler, EventArgs>