Click or drag to resize

ISingleChoiceViewEventSinkEhChoiceChanged 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#
void EhChoiceChanged(
	int newchoice
)

Parameters

newchoice  Int32
The new choice index.
See Also