Called when the NodeListViewWidth property changes.

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

Syntax

C#
protected virtual void OnNodeListViewWidthChanged(
	GridLength oldNodeListViewWidth,
	GridLength newNodeListViewWidth
)
Visual Basic (Declaration)
Protected Overridable Sub OnNodeListViewWidthChanged ( _
	oldNodeListViewWidth As GridLength, _
	newNodeListViewWidth As GridLength _
)

Parameters

oldNodeListViewWidth
Type: System.Windows..::.GridLength
newNodeListViewWidth
Type: System.Windows..::.GridLength

See Also