Click or drag to resize

WorksheetControllerEhView_KeyDown Method

Handles keyboard navigation commands from the view.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_KeyDown(
	AltaxoKeyboardKey eKey
)

Parameters

eKey  AltaxoKeyboardKey
The key that was pressed.
See Also