Click or drag to resize

IWorksheetViewCellEdit_PreviewKeyPressed Event

Occurs when a key is pressed while previewing input in the cell editor.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
event Action<AltaxoKeyboardKey, HandledEventArgs> CellEdit_PreviewKeyPressed

Value

ActionAltaxoKeyboardKey, HandledEventArgs
See Also