Handle cell key events.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public delegate void CellKeyEventHandler( Object sender, CellAdressInfo info, Keys key, out bool handled )
Public Delegate Sub CellKeyEventHandler ( sender As Object, info As CellAdressInfo, key As Keys, <OutAttribute> ByRef handled As Boolean )
public delegate void CellKeyEventHandler( Object^ sender, CellAdressInfo^ info, Keys key, [OutAttribute] bool% handled )
type CellKeyEventHandler = delegate of sender : Object * info : CellAdressInfo * key : Keys * handled : bool byref -> unit
Parameters
- sender
- Object
sender object.
- info
- CellAdressInfo
cell address info
- key
- Keys
key data
- handled
- Boolean%