Click or drag to resize

G2DPlotItemControllerEhView_ActiveChildControlChanged Method

Handles a change of the active child control.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void EhView_ActiveChildControlChanged(
	int? selectedTab,
	int? oldSelectedTab
)

Parameters

selectedTab  NullableInt32
The newly selected tab.
oldSelectedTab  NullableInt32
The previously selected tab.
See Also