Click or drag to resize

WorksheetControllerOnRightClickDataCell Method

Raises the event for a right-click on a data cell.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void OnRightClickDataCell(
	AreaInfo clickedCell
)

Parameters

clickedCell  AreaInfo
Information about the clicked cell.
See Also