Click or drag to resize

IntegerAndComboBoxControllerEhView_ComboBoxSelectionChanged Method

Handles changes of the combo box selection in the view.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_ComboBoxSelectionChanged(
	SelectableListNode selectedItem
)

Parameters

selectedItem  SelectableListNode
The newly selected combo-box item.
See Also