G2DPlotItemControllerEhView_ActiveChildControlChanged Method |
Handles a change of the active child control.
Namespace: Altaxo.Gui.Graph.Gdi.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