Click or drag to resize

G2DPlotItemControllerEhView_ActiveChildControlChanged Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Gdi.Plot.G2DPlotItemController.EhView_ActiveChildControlChanged(System.Nullable{System.Int32},System.Nullable{System.Int32})"]


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

Parameters

selectedTab  NullableInt32

[Missing <param name="selectedTab"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Plot.G2DPlotItemController.EhView_ActiveChildControlChanged(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

oldSelectedTab  NullableInt32

[Missing <param name="oldSelectedTab"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Plot.G2DPlotItemController.EhView_ActiveChildControlChanged(System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also