Called when the MinGanttChartViewWidth property changes.

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

Syntax

C#
protected virtual void OnMinGanttChartViewWidthChanged(
	double oldMinGanttChartViewWidth,
	double newMinGanttChartViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinGanttChartViewWidthChanged ( _
	oldMinGanttChartViewWidth As Double, _
	newMinGanttChartViewWidth As Double _
)

Parameters

oldMinGanttChartViewWidth
Type: System..::.Double
newMinGanttChartViewWidth
Type: System..::.Double

See Also