Click or drag to resize

WorksheetControllerOnLeftClickOutsideAll Method

Raises the event for a left-click outside all worksheet areas.

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

Parameters

clickedCell  AreaInfo
Information about the clicked cell.
See Also