Click or drag to resize

ScaleInstanceChangedEventArgs Constructor

Initializes a new instance of the ScaleInstanceChangedEventArgs class

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ScaleInstanceChangedEventArgs(
	Scale? oldScale,
	Scale newScale
)

Parameters

oldScale  Scale

[Missing <param name="oldScale"/> documentation for "M:Altaxo.Graph.ScaleInstanceChangedEventArgs.#ctor(Altaxo.Graph.Scales.Scale,Altaxo.Graph.Scales.Scale)"]

newScale  Scale

[Missing <param name="newScale"/> documentation for "M:Altaxo.Graph.ScaleInstanceChangedEventArgs.#ctor(Altaxo.Graph.Scales.Scale,Altaxo.Graph.Scales.Scale)"]

See Also