Called when the UpdateScale property changes.

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

Syntax

C#
protected virtual void OnUpdateScaleChanged(
	GanttChartViewUpdateScale oldUpdateScale,
	GanttChartViewUpdateScale newUpdateScale
)
Visual Basic (Declaration)
Protected Overridable Sub OnUpdateScaleChanged ( _
	oldUpdateScale As GanttChartViewUpdateScale, _
	newUpdateScale As GanttChartViewUpdateScale _
)

See Also