Called when the HourWidth property changes.

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

Syntax

C#
protected virtual void OnHourWidthChanged(
	double oldHourWidth,
	double newHourWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnHourWidthChanged ( _
	oldHourWidth As Double, _
	newHourWidth As Double _
)

Parameters

oldHourWidth
Type: System..::.Double
newHourWidth
Type: System..::.Double

See Also