Click or drag to resize

BoundariesChangedEventArgs(Boolean, Boolean) Constructor

Initializes a new instance of the BoundariesChangedEventArgs class.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BoundariesChangedEventArgs(
	bool bLowerBound,
	bool bUpperBound
)

Parameters

bLowerBound  Boolean
if the lower bound changed.
bUpperBound  Boolean
if the upper bound changed.
See Also