Called when the MinNodeListViewWidth property changes.

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

Syntax

C#
protected virtual void OnMinNodeListViewWidthChanged(
	double oldMinNodeListViewWidth,
	double newMinNodeListViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinNodeListViewWidthChanged ( _
	oldMinNodeListViewWidth As Double, _
	newMinNodeListViewWidth As Double _
)

Parameters

oldMinNodeListViewWidth
Type: System..::.Double
newMinNodeListViewWidth
Type: System..::.Double

See Also