Called when the MaxNodeListViewWidth property changes.

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

Syntax

C#
protected virtual void OnMaxNodeListViewWidthChanged(
	double oldMaxNodeListViewWidth,
	double newMaxNodeListViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnMaxNodeListViewWidthChanged ( _
	oldMaxNodeListViewWidth As Double, _
	newMaxNodeListViewWidth As Double _
)

Parameters

oldMaxNodeListViewWidth
Type: System..::.Double
newMaxNodeListViewWidth
Type: System..::.Double

See Also