Called when the MaxGanttChartViewWidth property changes.

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

Syntax

C#
protected virtual void OnMaxGanttChartViewWidthChanged(
	double oldMaxGanttChartViewWidth,
	double newMaxGanttChartViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnMaxGanttChartViewWidthChanged ( _
	oldMaxGanttChartViewWidth As Double, _
	newMaxGanttChartViewWidth As Double _
)

Parameters

oldMaxGanttChartViewWidth
Type: System..::.Double
newMaxGanttChartViewWidth
Type: System..::.Double

See Also