Called when the GanttChartViewWidth property changes.

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

Syntax

C#
protected virtual void OnGanttChartViewWidthChanged(
	GridLength oldGanttChartViewWidth,
	GridLength newGanttChartViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnGanttChartViewWidthChanged ( _
	oldGanttChartViewWidth As GridLength, _
	newGanttChartViewWidth As GridLength _
)

Parameters

oldGanttChartViewWidth
Type: System.Windows..::.GridLength
newGanttChartViewWidth
Type: System.Windows..::.GridLength

See Also