Click or drag to resize

SingleColumnChoiceControllerEhSelectionChanged Method

Handles selection changes in the view.

Namespace: Altaxo.Gui.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhSelectionChanged(
	NGTreeNode node
)

Parameters

node  NGTreeNode
The newly selected node.
See Also