Click or drag to resize

G3DPlotItemControllerEhView_ActiveChildControlChanged Method

Applies pending changes when the active child control changes.

Namespace: Altaxo.Gui.Graph.Graph3D.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