Click or drag to resize

SingleChoiceControllerEhChoiceChanged Method

Handles a change of the selected choice.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void EhChoiceChanged(
	int newchoice
)

Parameters

newchoice  Int32
The new choice index.

Implements

ISingleChoiceViewEventSinkEhChoiceChanged(Int32)
See Also