G3DPlotItemControllerEhView_ActiveChildControlChanged Method |
Applies pending changes when the active child control changes.
Namespace: Altaxo.Gui.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void EhView_ActiveChildControlChanged(
int? selectedTab,
int? oldSelectedTab
)
Parameters
- selectedTab NullableInt32
- The newly selected tab.
- oldSelectedTab NullableInt32
- The previously selected tab.
See Also