Click or drag to resize

DateTimeScaleEhBoundariesChanged Method

Handles changes of the associated boundaries.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void EhBoundariesChanged(
	Object sender,
	BoundariesChangedEventArgs e
)

Parameters

sender  Object
The source of the event.
e  BoundariesChangedEventArgs
The event data.
See Also