Called when the Scales property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
protected virtual void OnScalesChanged(
	GanttChartViewScaleCollection oldScales,
	GanttChartViewScaleCollection newScales
)
Visual Basic (Declaration)
Protected Overridable Sub OnScalesChanged ( _
	oldScales As GanttChartViewScaleCollection, _
	newScales As GanttChartViewScaleCollection _
)

See Also